#9FEAA9

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

Shades of Celadon #9FEAA9

Tints of Celadon #9FEAA9

Color information

#9FEAA9 (or 0x9FEAA9) is unknown color: approx Celadon. HEX triplet: 9F, EA and A9. RGB value is (159,234,169). Sum of RGB (Red+Green+Blue) = 159+234+169=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 169 (66.41% from 255 or 30.07% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEAA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEAA9 is #601556. Grayscale: #CCCCCC. Windows color (decimal): -6296919 or 11135647. OLE color: 11135647.

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

Color convert

RGB159234169-
CMYK0.3200.280.08
HSL128º64.1%77.06%-
HSV(B)128º32.05%91.76%-
XYZ50.8869.0848.19-
YUV204.16108.1595.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.29%
GREEN value IS 234 (91.80% from 255) = 41.64%
BLUE value IS 169 (66.41% from 255) = 30.07%
R=28.29%
G=41.64%
B=30.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592341690.3200.280.0812864.177.06
Hex9FEAA92001C880404d
Octal2373522514003410200100115
Binary10011111111010101010100110000001110010001000000010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,234,169); }

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

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

 a { background-color: rgb(159,234,169); }

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

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

 span { border-color: rgb(159,234,169); }

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