#9FE1AD

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

Shades of Chinook #9FE1AD

Tints of Chinook #9FE1AD

Color information

#9FE1AD (or 0x9FE1AD) is unknown color: approx Chinook. HEX triplet: 9F, E1 and AD. RGB value is (159,225,173). Sum of RGB (Red+Green+Blue) = 159+225+173=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE1AD is #601E52. Grayscale: #C7C7C7. Windows color (decimal): -6299219 or 11395487. OLE color: 11395487.

HSL color Cylindrical-coordinate representation of color #9FE1AD: hue angle of 132.73º 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 #9FE1AD is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB159225173-
CMYK0.2900.230.12
HSL132.73º52.38%75.29%-
HSV(B)132.73º29.33%88.24%-
XYZ48.7764.2449.36-
YUV199.34113.1399.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.55%
GREEN value IS 225 (88.28% from 255) = 40.39%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=28.55%
G=40.39%
B=31.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592251730.2900.230.12132.7352.3875.29
Hex9FE1AD1D017C85344b
Octal237341255350271420564113
Binary100111111110000110101101111010101111100100001011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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