Html Css Color HEX #9CF0AA Celadon

📋 copy color: '#9CF0AA'

red 156 ◦ green 240 ◦ blue 170

#9CF0AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #9CF0AA

Tints of Celadon #9CF0AA

RGB

 RED value IS 156 (61.33% from 255) = 27.56%

 GREEN value IS 240 (94.14% from 255) = 42.4%

 BLUE value IS 170 (66.8% from 255) = 30.04%

R = 27.56%
G = 42.4%
B = 30.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#9CF0AA (or 0x9CF0AA) is known color: 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

RGB 156 240 170 -
CMYK 0.35 0 0.29 0.06
HSL 130º 0.74% 0.78% -
HSV(B) 130º 0.35% 0.94% -
XYZ 52.13 72.29 49.24 -
YUV 206.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 156 240 170 0.35 0 0.29 0.06 130 0.74 0.78
Hex 9C F0 AA 23 0 1D 6 82 4A 4E
Octal 234 360 252 43 0 35 6 202 112 116
Binary 10011100 11110000 10101010 100011 0 11101 110 10000010 1001010 1001110

Color Harmonies of #9CF0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF0AA

Black with #9CF0AA

Text Example


Text Example

White with #9CF0AA

Text Example


Text Example

HTML Codes & Css Web 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>