#8BF7AC

Color #8BF7AC Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #8BF7AC

Tints of Pale Green #8BF7AC

Color information

#8BF7AC (or 0x8BF7AC) is unknown color: approx Pale Green. HEX triplet: 8B, F7 and AC. RGB value is (139,247,172). Sum of RGB (Red+Green+Blue) = 139+247+172=558 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.91% from 558); Green value is 247 (96.88% from 255 or 44.27% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 247 - color contains mainly: green. Hex color #8BF7AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF7AC is #740853. Grayscale: #CECECE. Windows color (decimal): -7604308 or 11335563. OLE color: 11335563.

HSL color Cylindrical-coordinate representation of color #8BF7AC: hue angle of 138.33º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BF7AC is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB139247172-
CMYK0.4400.300.03
HSL138.33º87.1%75.69%-
HSV(B)138.33º43.72%96.86%-
XYZ51.3574.9950.8-
YUV206.16108.7280.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 24.91%
GREEN value IS 247 (96.88% from 255) = 44.27%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=24.91%
G=44.27%
B=30.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1392471720.4400.300.03138.3387.175.69
Hex8BF7AC2C01E38a574c
Octal213367254540363212127114
Binary100010111111011110101100101100011110111000101010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BF7AC; }

 p { color: rgb(139,247,172); }

 H1.HeaderClassName
 {
   color: #8BF7AC;
 }
 .AnyTagClassName
 {
   color: #8BF7AC;
 }
</style>
background-color css

<style>
 a { background-color: #8BF7AC; }

 a { background-color: rgb(139,247,172); }

 div.DivClassName
 {
   background-color: #8BF7AC;
 }
 .BgClassName
 {
   background-color: #8BF7AC;
 }
</style>
border-color css

<style>
 span { border-color: #8BF7AC; }

 span { border-color: rgb(139,247,172); }

 td.TdClassName
 {
   border-color: #8BF7AC;
 }
 .TagClassName
 {
   border-color: #8BF7AC;
 }
</style>