#9FE1A9

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

Shades of Chinook #9FE1A9

Tints of Chinook #9FE1A9

Color information

#9FE1A9 (or 0x9FE1A9) is unknown color: approx Chinook. HEX triplet: 9F, E1 and A9. RGB value is (159,225,169). Sum of RGB (Red+Green+Blue) = 159+225+169=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 169 (66.41% from 255 or 30.56% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE1A9 is #601E56. Grayscale: #C7C7C7. Windows color (decimal): -6299223 or 11133343. OLE color: 11133343.

HSL color Cylindrical-coordinate representation of color #9FE1A9: hue angle of 129.09º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE1A9 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB159225169-
CMYK0.2900.250.12
HSL129.09º52.38%75.29%-
HSV(B)129.09º29.33%88.24%-
XYZ48.3864.0947.36-
YUV198.88111.1399.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.75%
GREEN value IS 225 (88.28% from 255) = 40.69%
BLUE value IS 169 (66.41% from 255) = 30.56%
R=28.75%
G=40.69%
B=30.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592251690.2900.250.12129.0952.3875.29
Hex9FE1A91D019C81344b
Octal237341251350311420164113
Binary100111111110000110101001111010110011100100000011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,225,169); }

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

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

 a { background-color: rgb(159,225,169); }

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

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

 span { border-color: rgb(159,225,169); }

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