Html Css Color HEX #9EE8AE Celadon

📋 copy color: '#9EE8AE'

red 158 ◦ green 232 ◦ blue 174

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

Shades of Celadon #9EE8AE

Tints of Celadon #9EE8AE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.13%

 BLUE value IS 174 (68.36% from 255) = 30.85%

R = 28.01%
G = 41.13%
B = 30.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#9EE8AE (or 0x9EE8AE) is known color: Celadon. HEX triplet: 9E, E8 and AE. RGB value is (158,232,174). Sum of RGB (Red+Green+Blue) = 158+232+174=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EE8AE is #611751. Grayscale: #CBCBCB. Windows color (decimal): -6362962 or 11462814. OLE color: 11462814.

HSL color Cylindrical-coordinate representation of color #9EE8AE: hue angle of 132.97º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE8AE is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 232 174 -
CMYK 0.32 0 0.25 0.09
HSL 132.97º 0.62% 0.76% -
HSV(B) 132.97º 0.32% 0.91% -
XYZ 50.6 68.04 50.51 -
YUV 203.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 158 232 174 0.32 0 0.25 0.09 132.97 0.62 0.76
Hex 9E E8 AE 20 0 19 9 85 3E 4C
Octal 236 350 256 40 0 31 11 205 76 114
Binary 10011110 11101000 10101110 100000 0 11001 1001 10000101 111110 1001100

Color Harmonies of #9EE8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE8AE

Black with #9EE8AE

Text Example


Text Example

White with #9EE8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,232,174); }

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

background-color css

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

 a { background-color: rgb(158,232,174); }

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

border-color css

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

 span { border-color: rgb(158,232,174); }

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