Html Css Color HEX #95DDA0 Chinook

📋 copy color: '#95DDA0'

red 149 ◦ green 221 ◦ blue 160

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

Shades of Chinook #95DDA0

Tints of Chinook #95DDA0

RGB

 RED value IS 149 (58.59% from 255) = 28.11%

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

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

R = 28.11%
G = 41.7%
B = 30.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#95DDA0 (or 0x95DDA0) is known color: Chinook. HEX triplet: 95, DD and A0. RGB value is (149,221,160). Sum of RGB (Red+Green+Blue) = 149+221+160=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DDA0 is #6A225F. Grayscale: #C0C0C0. Windows color (decimal): -6955616 or 10542485. OLE color: 10542485.

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

Color convert

RGB 149 221 160 -
CMYK 0.33 0 0.28 0.13
HSL 129.17º 0.51% 0.73% -
HSV(B) 129.17º 0.33% 0.87% -
XYZ 44.6 60.64 42.61 -
YUV 192.52 109.65 96.96 -
System Red Green Blue C M Y K H S L
Decimal 149 221 160 0.33 0 0.28 0.13 129.17 0.51 0.73
Hex 95 DD A0 21 0 1C D 81 33 49
Octal 225 335 240 41 0 34 15 201 63 111
Binary 10010101 11011101 10100000 100001 0 11100 1101 10000001 110011 1001001

Color Harmonies of #95DDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DDA0

Black with #95DDA0

Text Example


Text Example

White with #95DDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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