#95DDA9

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

Shades of Chinook #95DDA9

Tints of Chinook #95DDA9

Color information

#95DDA9 (or 0x95DDA9) is unknown color: approx Chinook. HEX triplet: 95, DD and A9. RGB value is (149,221,169). Sum of RGB (Red+Green+Blue) = 149+221+169=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DDA9 is #6A2256. Grayscale: #C1C1C1. Windows color (decimal): -6955607 or 11132309. OLE color: 11132309.

HSL color Cylindrical-coordinate representation of color #95DDA9: hue angle of 136.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DDA9 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB149221169-
CMYK0.3300.240.13
HSL136.67º51.43%72.55%-
HSV(B)136.67º32.58%86.67%-
XYZ45.4160.9746.91-
YUV193.54114.1596.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.64%
GREEN value IS 221 (86.72% from 255) = 41.00%
BLUE value IS 169 (66.41% from 255) = 31.35%
R=27.64%
G=41.00%
B=31.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492211690.3300.240.13136.6751.4372.55
Hex95DDA921018D893349
Octal225335251410301521163111
Binary1001010111011101101010011000010110001101100010011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95DDA9; }

 p { color: rgb(149,221,169); }

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

<style>
 a { background-color: #95DDA9; }

 a { background-color: rgb(149,221,169); }

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

<style>
 span { border-color: #95DDA9; }

 span { border-color: rgb(149,221,169); }

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