#9FE8AA

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

Shades of Celadon #9FE8AA

Tints of Celadon #9FE8AA

Color information

#9FE8AA (or 0x9FE8AA) is unknown color: approx Celadon. HEX triplet: 9F, E8 and AA. RGB value is (159,232,170). Sum of RGB (Red+Green+Blue) = 159+232+170=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FE8AA is #601755. Grayscale: #CBCBCB. Windows color (decimal): -6297430 or 11200671. OLE color: 11200671.

HSL color Cylindrical-coordinate representation of color #9FE8AA: hue angle of 129.04º 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 #9FE8AA is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB159232170-
CMYK0.3100.270.09
HSL129.04º61.34%76.67%-
HSV(B)129.04º31.47%90.98%-
XYZ50.4167.9948.5-
YUV203.1109.3296.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.34%
GREEN value IS 232 (91.02% from 255) = 41.35%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=28.34%
G=41.35%
B=30.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592321700.3100.270.09129.0461.3476.67
Hex9FE8AA1F01B9813d4d
Octal237350252370331120175115
Binary100111111110100010101010111110110111001100000011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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