#9EF3AF

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

Shades of Celadon #9EF3AF

Tints of Celadon #9EF3AF

Color information

#9EF3AF (or 0x9EF3AF) is unknown color: approx Celadon. HEX triplet: 9E, F3 and AF. RGB value is (158,243,175). Sum of RGB (Red+Green+Blue) = 158+243+175=576 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.43% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF3AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF3AF is #610C50. Grayscale: #D2D2D2. Windows color (decimal): -6360145 or 11531166. OLE color: 11531166.

HSL color Cylindrical-coordinate representation of color #9EF3AF: hue angle of 132º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF3AF is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB158243175-
CMYK0.3500.280.05
HSL132º77.98%78.63%-
HSV(B)132º34.98%95.29%-
XYZ53.8974.4752.09-
YUV209.83108.3491.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.43%
GREEN value IS 243 (95.31% from 255) = 42.19%
BLUE value IS 175 (68.75% from 255) = 30.38%
R=27.43%
G=42.19%
B=30.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582431750.3500.280.0513277.9878.63
Hex9EF3AF2301C5844e4f
Octal236363257430345204116117
Binary1001111011110011101011111000110111001011000010010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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