Html Css Color HEX #9EECAA Celadon

📋 copy color: '#9EECAA'

red 158 ◦ green 236 ◦ blue 170

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

Shades of Celadon #9EECAA

Tints of Celadon #9EECAA

RGB

 RED value IS 158 (62.11% from 255) = 28.01%

 GREEN value IS 236 (92.58% from 255) = 41.84%

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

R = 28.01%
G = 41.84%
B = 30.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#9EECAA (or 0x9EECAA) is known color: Celadon. HEX triplet: 9E, EC and AA. RGB value is (158,236,170). Sum of RGB (Red+Green+Blue) = 158+236+170=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EECAA is #611355. Grayscale: #CDCDCD. Windows color (decimal): -6361942 or 11201694. OLE color: 11201694.

HSL color Cylindrical-coordinate representation of color #9EECAA: hue angle of 129.23º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EECAA is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 236 170 -
CMYK 0.33 0 0.28 0.07
HSL 129.23º 0.67% 0.77% -
HSV(B) 129.23º 0.33% 0.93% -
XYZ 51.35 70.16 48.87 -
YUV 205.15 108.16 94.37 -
System Red Green Blue C M Y K H S L
Decimal 158 236 170 0.33 0 0.28 0.07 129.23 0.67 0.77
Hex 9E EC AA 21 0 1C 7 81 43 4D
Octal 236 354 252 41 0 34 7 201 103 115
Binary 10011110 11101100 10101010 100001 0 11100 111 10000001 1000011 1001101

Color Harmonies of #9EECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECAA

Black with #9EECAA

Text Example


Text Example

White with #9EECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,236,170); }

 H1.HeaderClassName
 {
   color: #9EECAA;
 }
 .AnyTagClassName
 {
   color: #9EECAA;
 }
</style>

background-color css

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

 a { background-color: rgb(158,236,170); }

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

border-color css

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

 span { border-color: rgb(158,236,170); }

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