#8AFB97

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

Shades of Pale Green #8AFB97

Tints of Pale Green #8AFB97

Color information

#8AFB97 (or 0x8AFB97) is unknown color: approx Pale Green. HEX triplet: 8A, FB and 97. RGB value is (138,251,151). Sum of RGB (Red+Green+Blue) = 138+251+151=540 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.56% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFB97 is #750468. Grayscale: #CECECE. Windows color (decimal): -7668841 or 9960330. OLE color: 9960330.

HSL color Cylindrical-coordinate representation of color #8AFB97: hue angle of 126.9º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFB97 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB138251151-
CMYK0.4500.400.02
HSL126.9º93.39%76.27%-
HSV(B)126.9º45.02%98.43%-
XYZ50.5676.6341.4-
YUV205.8197.0679.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.56%
GREEN value IS 251 (98.44% from 255) = 46.48%
BLUE value IS 151 (59.38% from 255) = 27.96%
R=25.56%
G=46.48%
B=27.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382511510.4500.400.02126.993.3976.27
Hex8AFB972D02827f5d4c
Octal212373227550502177135114
Binary100010101111101110010111101101010100010111111110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,251,151); }

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

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

 a { background-color: rgb(138,251,151); }

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

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

 span { border-color: rgb(138,251,151); }

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