#99D49F

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

Shades of Chinook #99D49F

Tints of Chinook #99D49F

Color information

#99D49F (or 0x99D49F) is unknown color: approx Chinook. HEX triplet: 99, D4 and 9F. RGB value is (153,212,159). Sum of RGB (Red+Green+Blue) = 153+212+159=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #99D49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D49F is #662B60. Grayscale: #BCBCBC. Windows color (decimal): -6695777 or 10474649. OLE color: 10474649.

HSL color Cylindrical-coordinate representation of color #99D49F: hue angle of 126.1º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D49F is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB153212159-
CMYK0.2800.250.17
HSL126.1º40.69%71.57%-
HSV(B)126.1º27.83%83.14%-
XYZ42.9456.3641.42-
YUV188.32111.45102.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.20%
GREEN value IS 212 (83.20% from 255) = 40.46%
BLUE value IS 159 (62.5% from 255) = 30.34%
R=29.20%
G=40.46%
B=30.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1532121590.2800.250.17126.140.6971.57
Hex99D49F1C019117e2948
Octal231324237340312117651110
Binary100110011101010010011111111000110011000111111101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99D49F; }

 p { color: rgb(153,212,159); }

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

<style>
 a { background-color: #99D49F; }

 a { background-color: rgb(153,212,159); }

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

<style>
 span { border-color: #99D49F; }

 span { border-color: rgb(153,212,159); }

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