#95DD9C

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

Shades of Chinook #95DD9C

Tints of Chinook #95DD9C

Color information

#95DD9C (or 0x95DD9C) is unknown color: approx Chinook. HEX triplet: 95, DD and 9C. RGB value is (149,221,156). Sum of RGB (Red+Green+Blue) = 149+221+156=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DD9C is #6A2263. Grayscale: #C0C0C0. Windows color (decimal): -6955620 or 10280341. OLE color: 10280341.

HSL color Cylindrical-coordinate representation of color #95DD9C: hue angle of 125.83º 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 #95DD9C is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB149221156-
CMYK0.3300.290.13
HSL125.83º51.43%72.55%-
HSV(B)125.83º32.58%86.67%-
XYZ44.2560.540.8-
YUV192.06107.6597.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 156 (61.33% from 255) = 29.66%
R=28.33%
G=42.02%
B=29.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492211560.3300.290.13125.8351.4372.55
Hex95DD9C2101DD7e3349
Octal225335234410351517663111
Binary100101011101110110011100100001011101110111111101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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