#9FE3AA

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

Shades of Chinook #9FE3AA

Tints of Chinook #9FE3AA

Color information

#9FE3AA (or 0x9FE3AA) is unknown color: approx Chinook. HEX triplet: 9F, E3 and AA. RGB value is (159,227,170). Sum of RGB (Red+Green+Blue) = 159+227+170=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE3AA is #601C55. Grayscale: #C8C8C8. Windows color (decimal): -6298710 or 11199391. OLE color: 11199391.

HSL color Cylindrical-coordinate representation of color #9FE3AA: hue angle of 129.71º degrees, saturation: 0.55, 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 #9FE3AA is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB159227170-
CMYK0.3000.250.11
HSL129.71º54.84%75.69%-
HSV(B)129.71º29.96%89.02%-
XYZ49.0265.2148.03-
YUV200.17110.9798.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.60%
GREEN value IS 227 (89.06% from 255) = 40.83%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=28.60%
G=40.83%
B=30.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592271700.3000.250.11129.7154.8475.69
Hex9FE3AA1E019B82374c
Octal237343252360311320267114
Binary100111111110001110101010111100110011011100000101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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