Html Css Color HEX #99D6A0 Chinook

📋 copy color: '#99D6A0'

red 153 ◦ green 214 ◦ blue 160

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

Shades of Chinook #99D6A0

Tints of Chinook #99D6A0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.61%

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

R = 29.03%
G = 40.61%
B = 30.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#99D6A0 (or 0x99D6A0) is known color: Chinook. HEX triplet: 99, D6 and A0. RGB value is (153,214,160). Sum of RGB (Red+Green+Blue) = 153+214+160=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #99D6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D6A0 is #66295F. Grayscale: #BDBDBD. Windows color (decimal): -6695264 or 10540697. OLE color: 10540697.

HSL color Cylindrical-coordinate representation of color #99D6A0: hue angle of 126.89º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D6A0 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 214 160 -
CMYK 0.29 0 0.25 0.16
HSL 126.89º 0.43% 0.72% -
HSV(B) 126.89º 0.29% 0.84% -
XYZ 43.53 57.4 42.04 -
YUV 189.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 153 214 160 0.29 0 0.25 0.16 126.89 0.43 0.72
Hex 99 D6 A0 1D 0 19 10 7F 2B 48
Octal 231 326 240 35 0 31 20 177 53 110
Binary 10011001 11010110 10100000 11101 0 11001 10000 1111111 101011 1001000

Color Harmonies of #99D6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D6A0

Black with #99D6A0

Text Example


Text Example

White with #99D6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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