#9FE5AB

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

Shades of Celadon #9FE5AB

Tints of Celadon #9FE5AB

Color information

#9FE5AB (or 0x9FE5AB) is unknown color: approx Celadon. HEX triplet: 9F, E5 and AB. RGB value is (159,229,171). Sum of RGB (Red+Green+Blue) = 159+229+171=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE5AB is #601A54. Grayscale: #C9C9C9. Windows color (decimal): -6298197 or 11265439. OLE color: 11265439.

HSL color Cylindrical-coordinate representation of color #9FE5AB: hue angle of 130.29º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE5AB is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB159229171-
CMYK0.3100.250.10
HSL130.29º57.38%76.08%-
HSV(B)130.29º30.57%89.8%-
XYZ49.6766.3548.72-
YUV201.46110.8197.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.44%
GREEN value IS 229 (89.84% from 255) = 40.97%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=28.44%
G=40.97%
B=30.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1592291710.3100.250.10130.2957.3876.08
Hex9FE5AB1F019A82394c
Octal237345253370311220271114
Binary100111111110010110101011111110110011010100000101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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