#9FE5AA

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

Shades of Celadon #9FE5AA

Tints of Celadon #9FE5AA

Color information

#9FE5AA (or 0x9FE5AA) is unknown color: approx Celadon. HEX triplet: 9F, E5 and AA. RGB value is (159,229,170). Sum of RGB (Red+Green+Blue) = 159+229+170=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE5AA is #601A55. Grayscale: #C9C9C9. Windows color (decimal): -6298198 or 11199903. OLE color: 11199903.

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

Color convert

RGB159229170-
CMYK0.3100.260.10
HSL129.43º57.38%76.08%-
HSV(B)129.43º30.57%89.8%-
XYZ49.5766.3148.22-
YUV201.34110.3197.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.49%
GREEN value IS 229 (89.84% from 255) = 41.04%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=28.49%
G=41.04%
B=30.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1592291700.3100.260.10129.4357.3876.08
Hex9FE5AA1F01AA81394c
Octal237345252370321220171114
Binary100111111110010110101010111110110101010100000011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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