Html Css Color HEX #9EEEA8 Celadon

📋 copy color: '#9EEEA8'

red 158 ◦ green 238 ◦ blue 168

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

Shades of Celadon #9EEEA8

Tints of Celadon #9EEEA8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.2%

 BLUE value IS 168 (66.02% from 255) = 29.79%

R = 28.01%
G = 42.2%
B = 29.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#9EEEA8 (or 0x9EEEA8) is known color: Celadon. HEX triplet: 9E, EE and A8. RGB value is (158,238,168). Sum of RGB (Red+Green+Blue) = 158+238+168=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEEA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEEA8 is #611157. Grayscale: #CECECE. Windows color (decimal): -6361432 or 11071134. OLE color: 11071134.

HSL color Cylindrical-coordinate representation of color #9EEEA8: hue angle of 127.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEEA8 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 238 168 -
CMYK 0.34 0 0.29 0.07
HSL 127.5º 0.7% 0.78% -
HSV(B) 127.5º 0.34% 0.93% -
XYZ 51.74 71.25 48.07 -
YUV 206.1 106.5 93.69 -
System Red Green Blue C M Y K H S L
Decimal 158 238 168 0.34 0 0.29 0.07 127.5 0.7 0.78
Hex 9E EE A8 22 0 1D 7 80 46 4E
Octal 236 356 250 42 0 35 7 200 106 116
Binary 10011110 11101110 10101000 100010 0 11101 111 10000000 1000110 1001110

Color Harmonies of #9EEEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEEA8

Black with #9EEEA8

Text Example


Text Example

White with #9EEEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,238,168); }

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

background-color css

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

 a { background-color: rgb(158,238,168); }

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

border-color css

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

 span { border-color: rgb(158,238,168); }

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