#9EF0AF

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

Shades of Celadon #9EF0AF

Tints of Celadon #9EF0AF

Color information

#9EF0AF (or 0x9EF0AF) is unknown color: approx Celadon. HEX triplet: 9E, F0 and AF. RGB value is (158,240,175). Sum of RGB (Red+Green+Blue) = 158+240+175=573 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.57% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF0AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF0AF is #610F50. Grayscale: #D0D0D0. Windows color (decimal): -6360913 or 11530398. OLE color: 11530398.

HSL color Cylindrical-coordinate representation of color #9EF0AF: hue angle of 132.44º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EF0AF is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB158240175-
CMYK0.3400.270.06
HSL132.44º73.21%78.04%-
HSV(B)132.44º34.17%94.12%-
XYZ5372.6851.79-
YUV208.07109.3392.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.57%
GREEN value IS 240 (94.14% from 255) = 41.88%
BLUE value IS 175 (68.75% from 255) = 30.54%
R=27.57%
G=41.88%
B=30.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582401750.3400.270.06132.4473.2178.04
Hex9EF0AF2201B684494e
Octal236360257420336204111116
Binary1001111011110000101011111000100110111101000010010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,240,175); }

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

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

 a { background-color: rgb(158,240,175); }

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

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

 span { border-color: rgb(158,240,175); }

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