#9FE4AE

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

Shades of Chinook #9FE4AE

Tints of Chinook #9FE4AE

Color information

#9FE4AE (or 0x9FE4AE) is unknown color: approx Chinook. HEX triplet: 9F, E4 and AE. RGB value is (159,228,174). Sum of RGB (Red+Green+Blue) = 159+228+174=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE4AE is #601B51. Grayscale: #C9C9C9. Windows color (decimal): -6298450 or 11461791. OLE color: 11461791.

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

Color convert

RGB159228174-
CMYK0.3000.240.11
HSL133.04º56.1%75.88%-
HSV(B)133.04º30.26%89.41%-
XYZ49.6865.9150.15-
YUV201.21112.6497.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.34%
GREEN value IS 228 (89.45% from 255) = 40.64%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=28.34%
G=40.64%
B=31.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592281740.3000.240.11133.0456.175.88
Hex9FE4AE1E018B85384c
Octal237344256360301320570114
Binary100111111110010010101110111100110001011100001011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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