#9FE4A8

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

Shades of Celadon #9FE4A8

Tints of Celadon #9FE4A8

Color information

#9FE4A8 (or 0x9FE4A8) is unknown color: approx Celadon. HEX triplet: 9F, E4 and A8. RGB value is (159,228,168). Sum of RGB (Red+Green+Blue) = 159+228+168=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE4A8 is #601B57. Grayscale: #C8C8C8. Windows color (decimal): -6298456 or 11068575. OLE color: 11068575.

HSL color Cylindrical-coordinate representation of color #9FE4A8: hue angle of 127.83º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE4A8 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB159228168-
CMYK0.3000.260.11
HSL127.83º56.1%75.88%-
HSV(B)127.83º30.26%89.41%-
XYZ49.1165.6847.14-
YUV200.53109.6498.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.65%
GREEN value IS 228 (89.45% from 255) = 41.08%
BLUE value IS 168 (66.02% from 255) = 30.27%
R=28.65%
G=41.08%
B=30.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592281680.3000.260.11127.8356.175.88
Hex9FE4A81E01AB80384c
Octal237344250360321320070114
Binary100111111110010010101000111100110101011100000001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,228,168); }

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

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

 a { background-color: rgb(159,228,168); }

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

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

 span { border-color: rgb(159,228,168); }

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