#99D09D

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

Shades of Chinook #99D09D

Tints of Chinook #99D09D

Color information

#99D09D (or 0x99D09D) is unknown color: approx Chinook. HEX triplet: 99, D0 and 9D. RGB value is (153,208,157). Sum of RGB (Red+Green+Blue) = 153+208+157=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #99D09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D09D is #662F62. Grayscale: #B9B9B9. Windows color (decimal): -6696803 or 10342553. OLE color: 10342553.

HSL color Cylindrical-coordinate representation of color #99D09D: hue angle of 124.36º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99D09D is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB153208157-
CMYK0.2600.250.18
HSL124.36º36.91%70.78%-
HSV(B)124.36º26.44%81.57%-
XYZ41.7854.3240.18-
YUV185.74111.78104.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.54%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 157 (61.72% from 255) = 30.31%
R=29.54%
G=40.15%
B=30.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1532081570.2600.250.18124.3636.9170.78
Hex99D09D1A019127c2547
Octal231320235320312217445107
Binary100110011101000010011101110100110011001011111001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,208,157); }

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

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

 a { background-color: rgb(153,208,157); }

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

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

 span { border-color: rgb(153,208,157); }

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