Html Css Color HEX #99DDA0 Chinook

📋 copy color: '#99DDA0'

red 153 ◦ green 221 ◦ blue 160

#99DDA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #99DDA0

Tints of Chinook #99DDA0

RGB

 RED value IS 153 (60.16% from 255) = 28.65%

 GREEN value IS 221 (86.72% from 255) = 41.39%

 BLUE value IS 160 (62.89% from 255) = 29.96%

R = 28.65%
G = 41.39%
B = 29.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#99DDA0 (or 0x99DDA0) is known color: Chinook. HEX triplet: 99, DD and A0. RGB value is (153,221,160). Sum of RGB (Red+Green+Blue) = 153+221+160=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DDA0 is #66225F. Grayscale: #C1C1C1. Windows color (decimal): -6693472 or 10542489. OLE color: 10542489.

HSL color Cylindrical-coordinate representation of color #99DDA0: hue angle of 126.18º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DDA0 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 221 160 -
CMYK 0.31 0 0.28 0.13
HSL 126.18º 0.5% 0.73% -
HSV(B) 126.18º 0.31% 0.87% -
XYZ 45.34 61.02 42.65 -
YUV 193.71 108.97 98.96 -
System Red Green Blue C M Y K H S L
Decimal 153 221 160 0.31 0 0.28 0.13 126.18 0.5 0.73
Hex 99 DD A0 1F 0 1C D 7E 32 49
Octal 231 335 240 37 0 34 15 176 62 111
Binary 10011001 11011101 10100000 11111 0 11100 1101 1111110 110010 1001001

Color Harmonies of #99DDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DDA0

Black with #99DDA0

Text Example


Text Example

White with #99DDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,221,160); }

 H1.HeaderClassName
 {
   color: #99DDA0;
 }
 .AnyTagClassName
 {
   color: #99DDA0;
 }
</style>

background-color css

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

 a { background-color: rgb(153,221,160); }

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

border-color css

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

 span { border-color: rgb(153,221,160); }

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