#9FE5AE

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

Shades of Chinook #9FE5AE

Tints of Chinook #9FE5AE

Color information

#9FE5AE (or 0x9FE5AE) is unknown color: approx Chinook. HEX triplet: 9F, E5 and AE. RGB value is (159,229,174). Sum of RGB (Red+Green+Blue) = 159+229+174=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE5AE is #601A51. Grayscale: #C9C9C9. Windows color (decimal): -6298194 or 11462047. OLE color: 11462047.

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

Color convert

RGB159229174-
CMYK0.3100.240.10
HSL132.86º57.38%76.08%-
HSV(B)132.86º30.57%89.8%-
XYZ49.9666.4750.24-
YUV201.8112.3197.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.29%
GREEN value IS 229 (89.84% from 255) = 40.75%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=28.29%
G=40.75%
B=30.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1592291740.3100.240.10132.8657.3876.08
Hex9FE5AE1F018A85394c
Octal237345256370301220571114
Binary100111111110010110101110111110110001010100001011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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