Html Css Color HEX #95D0A0 Chinook

📋 copy color: '#95D0A0'

red 149 ◦ green 208 ◦ blue 160

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

Shades of Chinook #95D0A0

Tints of Chinook #95D0A0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.23%

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

R = 28.82%
G = 40.23%
B = 30.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#95D0A0 (or 0x95D0A0) is known color: Chinook. HEX triplet: 95, D0 and A0. RGB value is (149,208,160). Sum of RGB (Red+Green+Blue) = 149+208+160=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #95D0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D0A0 is #6A2F5F. Grayscale: #B9B9B9. Windows color (decimal): -6958944 or 10539157. OLE color: 10539157.

HSL color Cylindrical-coordinate representation of color #95D0A0: hue angle of 131.19º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95D0A0 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 208 160 -
CMYK 0.28 0 0.23 0.18
HSL 131.19º 0.39% 0.7% -
HSV(B) 131.19º 0.28% 0.82% -
XYZ 41.3 54.04 41.51 -
YUV 184.89 113.95 102.4 -
System Red Green Blue C M Y K H S L
Decimal 149 208 160 0.28 0 0.23 0.18 131.19 0.39 0.7
Hex 95 D0 A0 1C 0 17 12 83 27 46
Octal 225 320 240 34 0 27 22 203 47 106
Binary 10010101 11010000 10100000 11100 0 10111 10010 10000011 100111 1000110

Color Harmonies of #95D0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D0A0

Black with #95D0A0

Text Example


Text Example

White with #95D0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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