#8AFB9C

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

Shades of Pale Green #8AFB9C

Tints of Pale Green #8AFB9C

Color information

#8AFB9C (or 0x8AFB9C) is unknown color: approx Pale Green. HEX triplet: 8A, FB and 9C. RGB value is (138,251,156). Sum of RGB (Red+Green+Blue) = 138+251+156=545 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.32% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFB9C is #750463. Grayscale: #CECECE. Windows color (decimal): -7668836 or 10288010. OLE color: 10288010.

HSL color Cylindrical-coordinate representation of color #8AFB9C: hue angle of 129.56º 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 #8AFB9C is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB138251156-
CMYK0.4500.380.02
HSL129.56º93.39%76.27%-
HSV(B)129.56º45.02%98.43%-
XYZ50.9876.843.59-
YUV206.3899.5679.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.32%
GREEN value IS 251 (98.44% from 255) = 46.06%
BLUE value IS 156 (61.33% from 255) = 28.62%
R=25.32%
G=46.06%
B=28.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382511560.4500.380.02129.5693.3976.27
Hex8AFB9C2D0262825d4c
Octal212373234550462202135114
Binary1000101011111011100111001011010100110101000001010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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