#9BD99F

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

Shades of Chinook #9BD99F

Tints of Chinook #9BD99F

Color information

#9BD99F (or 0x9BD99F) is unknown color: approx Chinook. HEX triplet: 9B, D9 and 9F. RGB value is (155,217,159). Sum of RGB (Red+Green+Blue) = 155+217+159=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD99F is #642660. Grayscale: #C0C0C0. Windows color (decimal): -6563425 or 10475931. OLE color: 10475931.

HSL color Cylindrical-coordinate representation of color #9BD99F: hue angle of 123.87º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BD99F is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB155217159-
CMYK0.2900.270.15
HSL123.87º44.93%72.94%-
HSV(B)123.87º28.57%85.1%-
XYZ44.5959.141.86-
YUV191.85109.46101.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.19%
GREEN value IS 217 (85.16% from 255) = 40.87%
BLUE value IS 159 (62.5% from 255) = 29.94%
R=29.19%
G=40.87%
B=29.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552171590.2900.270.15123.8744.9372.94
Hex9BD99F1D01BF7c2d49
Octal233331237350331717455111
Binary10011011110110011001111111101011011111111111001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,217,159); }

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

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

 a { background-color: rgb(155,217,159); }

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

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

 span { border-color: rgb(155,217,159); }

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