#9FE8AB

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

Shades of Celadon #9FE8AB

Tints of Celadon #9FE8AB

Color information

#9FE8AB (or 0x9FE8AB) is unknown color: approx Celadon. HEX triplet: 9F, E8 and AB. RGB value is (159,232,171). Sum of RGB (Red+Green+Blue) = 159+232+171=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FE8AB is #601754. Grayscale: #CBCBCB. Windows color (decimal): -6297429 or 11266207. OLE color: 11266207.

HSL color Cylindrical-coordinate representation of color #9FE8AB: hue angle of 129.86º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE8AB is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB159232171-
CMYK0.3100.260.09
HSL129.86º61.34%76.67%-
HSV(B)129.86º31.47%90.98%-
XYZ50.5168.0249-
YUV203.22109.8296.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.29%
GREEN value IS 232 (91.02% from 255) = 41.28%
BLUE value IS 171 (67.19% from 255) = 30.43%
R=28.29%
G=41.28%
B=30.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592321710.3100.260.09129.8661.3476.67
Hex9FE8AB1F01A9823d4d
Octal237350253370321120275115
Binary100111111110100010101011111110110101001100000101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,232,171); }

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

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

 a { background-color: rgb(159,232,171); }

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

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

 span { border-color: rgb(159,232,171); }

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