#9FE3AC

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

Shades of Chinook #9FE3AC

Tints of Chinook #9FE3AC

Color information

#9FE3AC (or 0x9FE3AC) is unknown color: approx Chinook. HEX triplet: 9F, E3 and AC. RGB value is (159,227,172). Sum of RGB (Red+Green+Blue) = 159+227+172=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE3AC is #601C53. Grayscale: #C8C8C8. Windows color (decimal): -6298708 or 11330463. OLE color: 11330463.

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

Color convert

RGB159227172-
CMYK0.3000.240.11
HSL131.47º54.84%75.69%-
HSV(B)131.47º29.96%89.02%-
XYZ49.2165.2949.04-
YUV200.4111.9798.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.49%
GREEN value IS 227 (89.06% from 255) = 40.68%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=28.49%
G=40.68%
B=30.82%

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
Decimal1592271720.3000.240.11131.4754.8475.69
Hex9FE3AC1E018B83374c
Octal237343254360301320367114
Binary100111111110001110101100111100110001011100000111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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