#9EF5AD

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

Shades of Celadon #9EF5AD

Tints of Celadon #9EF5AD

Color information

#9EF5AD (or 0x9EF5AD) is unknown color: approx Celadon. HEX triplet: 9E, F5 and AD. RGB value is (158,245,173). Sum of RGB (Red+Green+Blue) = 158+245+173=576 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.43% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 245 - color contains mainly: green. Hex color #9EF5AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF5AD is #610A52. Grayscale: #D2D2D2. Windows color (decimal): -6359635 or 11400606. OLE color: 11400606.

HSL color Cylindrical-coordinate representation of color #9EF5AD: hue angle of 130.34º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF5AD is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB158245173-
CMYK0.3600.290.04
HSL130.34º81.31%79.02%-
HSV(B)130.34º35.51%96.08%-
XYZ54.375.5951.26-
YUV210.78106.6890.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.43%
GREEN value IS 245 (96.09% from 255) = 42.53%
BLUE value IS 173 (67.97% from 255) = 30.03%
R=27.43%
G=42.53%
B=30.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1582451730.3600.290.04130.3481.3179.02
Hex9EF5AD2401D482514f
Octal236365255440354202121117
Binary1001111011110101101011011001000111011001000001010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,245,173); }

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

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

 a { background-color: rgb(158,245,173); }

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

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

 span { border-color: rgb(158,245,173); }

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