#9EF4AC

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

Shades of Celadon #9EF4AC

Tints of Celadon #9EF4AC

Color information

#9EF4AC (or 0x9EF4AC) is unknown color: approx Celadon. HEX triplet: 9E, F4 and AC. RGB value is (158,244,172). Sum of RGB (Red+Green+Blue) = 158+244+172=574 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.53% from 574); Green value is 244 (95.70% from 255 or 42.51% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 244 - color contains mainly: green. Hex color #9EF4AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF4AC is #610B53. Grayscale: #D2D2D2. Windows color (decimal): -6359892 or 11334814. OLE color: 11334814.

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

Color convert

RGB158244172-
CMYK0.3500.300.04
HSL129.77º79.63%78.82%-
HSV(B)129.77º35.25%95.69%-
XYZ53.974.9550.66-
YUV210.08106.5190.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.53%
GREEN value IS 244 (95.70% from 255) = 42.51%
BLUE value IS 172 (67.58% from 255) = 29.97%
R=27.53%
G=42.51%
B=29.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1582441720.3500.300.04129.7779.6378.82
Hex9EF4AC2301E482504f
Octal236364254430364202120117
Binary1001111011110100101011001000110111101001000001010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,244,172); }

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

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

 a { background-color: rgb(158,244,172); }

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

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

 span { border-color: rgb(158,244,172); }

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