#9AFBA6

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

Shades of Pale Green #9AFBA6

Tints of Pale Green #9AFBA6

Color information

#9AFBA6 (or 0x9AFBA6) is unknown color: approx Pale Green. HEX triplet: 9A, FB and A6. RGB value is (154,251,166). Sum of RGB (Red+Green+Blue) = 154+251+166=571 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.97% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 166 (65.23% from 255 or 29.07% from 571); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFBA6 is #650459. Grayscale: #D4D4D4. Windows color (decimal): -6620250 or 10943386. OLE color: 10943386.

HSL color Cylindrical-coordinate representation of color #9AFBA6: hue angle of 127.42º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFBA6 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB154251166-
CMYK0.3900.340.02
HSL127.42º92.38%79.41%-
HSV(B)127.42º38.65%98.43%-
XYZ54.7178.6248.37-
YUV212.31101.8686.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.97%
GREEN value IS 251 (98.44% from 255) = 43.96%
BLUE value IS 166 (65.23% from 255) = 29.07%
R=26.97%
G=43.96%
B=29.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542511660.3900.340.02127.4292.3879.41
Hex9AFBA62702227f5c4f
Octal232373246470422177134117
Binary100110101111101110100110100111010001010111111110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFBA6; }

 p { color: rgb(154,251,166); }

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

<style>
 a { background-color: #9AFBA6; }

 a { background-color: rgb(154,251,166); }

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

<style>
 span { border-color: #9AFBA6; }

 span { border-color: rgb(154,251,166); }

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