Html Css Color HEX #95D7A0 Chinook

📋 copy color: '#95D7A0'

red 149 ◦ green 215 ◦ blue 160

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

Shades of Chinook #95D7A0

Tints of Chinook #95D7A0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.03%

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

R = 28.44%
G = 41.03%
B = 30.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#95D7A0 (or 0x95D7A0) is known color: Chinook. HEX triplet: 95, D7 and A0. RGB value is (149,215,160). Sum of RGB (Red+Green+Blue) = 149+215+160=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #95D7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D7A0 is #6A285F. Grayscale: #BDBDBD. Windows color (decimal): -6957152 or 10540949. OLE color: 10540949.

HSL color Cylindrical-coordinate representation of color #95D7A0: hue angle of 130º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D7A0 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 215 160 -
CMYK 0.31 0 0.26 0.16
HSL 130º 0.45% 0.71% -
HSV(B) 130º 0.31% 0.84% -
XYZ 43.04 57.53 42.09 -
YUV 189 111.63 99.47 -
System Red Green Blue C M Y K H S L
Decimal 149 215 160 0.31 0 0.26 0.16 130 0.45 0.71
Hex 95 D7 A0 1F 0 1A 10 82 2D 47
Octal 225 327 240 37 0 32 20 202 55 107
Binary 10010101 11010111 10100000 11111 0 11010 10000 10000010 101101 1000111

Color Harmonies of #95D7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D7A0

Black with #95D7A0

Text Example


Text Example

White with #95D7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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