#9AF2AB

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

Shades of Pale Green #9AF2AB

Tints of Pale Green #9AF2AB

Color information

#9AF2AB (or 0x9AF2AB) is unknown color: approx Pale Green. HEX triplet: 9A, F2 and AB. RGB value is (154,242,171). Sum of RGB (Red+Green+Blue) = 154+242+171=567 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.16% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF2AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF2AB is #650D54. Grayscale: #CFCFCF. Windows color (decimal): -6622549 or 11268762. OLE color: 11268762.

HSL color Cylindrical-coordinate representation of color #9AF2AB: hue angle of 131.59º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF2AB is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB154242171-
CMYK0.3600.290.05
HSL131.59º77.19%77.65%-
HSV(B)131.59º36.36%94.9%-
XYZ52.4373.3149.92-
YUV207.59107.3589.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.16%
GREEN value IS 242 (94.92% from 255) = 42.68%
BLUE value IS 171 (67.19% from 255) = 30.16%
R=27.16%
G=42.68%
B=30.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542421710.3600.290.05131.5977.1977.65
Hex9AF2AB2401D5844d4e
Octal232362253440355204115116
Binary1001101011110010101010111001000111011011000010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,242,171); }

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

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

 a { background-color: rgb(154,242,171); }

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

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

 span { border-color: rgb(154,242,171); }

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