#9cf0aa

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

Shades of Celadon #9CF0AA

Tints of Celadon #9CF0AA

Color information

#9CF0AA (or 0x9CF0AA) is unknown color: approx Celadon. HEX triplet: 9C, F0 and AA. RGB value is (156,240,170). Sum of RGB (Red+Green+Blue) = 156+240+170=566 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.56% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CF0AA is #630F55. Grayscale: #CFCFCF. Windows color (decimal): -6491990 or 11202716. OLE color: 11202716.

HSL color Cylindrical-coordinate representation of color #9CF0AA: hue angle of 130º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CF0AA is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB156240170-
CMYK0.3500.290.06
HSL130º73.68%77.65%-
HSV(B)130º35%94.12%-
XYZ52.1372.2949.24-
YUV206.9107.1791.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.56%
GREEN value IS 240 (94.14% from 255) = 42.40%
BLUE value IS 170 (66.80% from 255) = 30.04%
R=27.56%
G=42.40%
B=30.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562401700.3500.290.0613073.6877.65
Hex9CF0AA2301D6824a4e
Octal234360252430356202112116
Binary1001110011110000101010101000110111011101000001010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9cf0aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,240,170); }

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

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

 a { background-color: rgb(156,240,170); }

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

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

 span { border-color: rgb(156,240,170); }

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