#9FE1B2

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

Shades of Chinook #9FE1B2

Tints of Chinook #9FE1B2

Color information

#9FE1B2 (or 0x9FE1B2) is unknown color: approx Chinook. HEX triplet: 9F, E1 and B2. RGB value is (159,225,178). Sum of RGB (Red+Green+Blue) = 159+225+178=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE1B2 is #601E4D. Grayscale: #C8C8C8. Windows color (decimal): -6299214 or 11723167. OLE color: 11723167.

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

Color convert

RGB159225178-
CMYK0.2900.210.12
HSL137.27º52.38%75.29%-
HSV(B)137.27º29.33%88.24%-
XYZ49.2664.4451.96-
YUV199.91115.6398.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.29%
GREEN value IS 225 (88.28% from 255) = 40.04%
BLUE value IS 178 (69.92% from 255) = 31.67%
R=28.29%
G=40.04%
B=31.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592251780.2900.210.12137.2752.3875.29
Hex9FE1B21D015C89344b
Octal237341262350251421164113
Binary100111111110000110110010111010101011100100010011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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