Html Css Color HEX #95DD9C Chinook

📋 copy color: '#95DD9C'

red 149 ◦ green 221 ◦ blue 156

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

Shades of Chinook #95DD9C

Tints of Chinook #95DD9C

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 value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#95DD9C (or 0x95DD9C) is known color: 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

RGB 149 221 156 -
CMYK 0.33 0 0.29 0.13
HSL 125.83º 0.51% 0.73% -
HSV(B) 125.83º 0.33% 0.87% -
XYZ 44.25 60.5 40.8 -
YUV 192.06 107.65 97.29 -
System Red Green Blue C M Y K H S L
Decimal 149 221 156 0.33 0 0.29 0.13 125.83 0.51 0.73
Hex 95 DD 9C 21 0 1D D 7E 33 49
Octal 225 335 234 41 0 35 15 176 63 111
Binary 10010101 11011101 10011100 100001 0 11101 1101 1111110 110011 1001001

Color Harmonies of #95DD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DD9C

Black with #95DD9C

Text Example


Text Example

White with #95DD9C

Text Example


Text Example

HTML Codes & Css Web 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>