#9EEBA4

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

Shades of Celadon #9EEBA4

Tints of Celadon #9EEBA4

Color information

#9EEBA4 (or 0x9EEBA4) is unknown color: approx Celadon. HEX triplet: 9E, EB and A4. RGB value is (158,235,164). Sum of RGB (Red+Green+Blue) = 158+235+164=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 164 (64.45% from 255 or 29.44% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEBA4 is #61145B. Grayscale: #CCCCCC. Windows color (decimal): -6362204 or 10808222. OLE color: 10808222.

HSL color Cylindrical-coordinate representation of color #9EEBA4: hue angle of 124.68º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEBA4 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB158235164-
CMYK0.3300.300.08
HSL124.68º65.81%77.06%-
HSV(B)124.68º32.77%92.16%-
XYZ50.5169.3745.85-
YUV203.88105.4995.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.37%
GREEN value IS 235 (92.19% from 255) = 42.19%
BLUE value IS 164 (64.45% from 255) = 29.44%
R=28.37%
G=42.19%
B=29.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582351640.3300.300.08124.6865.8177.06
Hex9EEBA42101E87d424d
Octal2363532444103610175102115
Binary1001111011101011101001001000010111101000111110110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,235,164); }

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

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

 a { background-color: rgb(158,235,164); }

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

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

 span { border-color: rgb(158,235,164); }

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