Html Css Color HEX #95D2A9 Chinook

📋 copy color: '#95D2A9'

red 149 ◦ green 210 ◦ blue 169

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

Shades of Chinook #95D2A9

Tints of Chinook #95D2A9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.77%

 BLUE value IS 169 (66.41% from 255) = 32.01%

R = 28.22%
G = 39.77%
B = 32.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#95D2A9 (or 0x95D2A9) is known color: Chinook. HEX triplet: 95, D2 and A9. RGB value is (149,210,169). Sum of RGB (Red+Green+Blue) = 149+210+169=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #95D2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D2A9 is #6A2D56. Grayscale: #BBBBBB. Windows color (decimal): -6958423 or 11129493. OLE color: 11129493.

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

Color convert

RGB 149 210 169 -
CMYK 0.29 0 0.20 0.18
HSL 139.67º 0.4% 0.7% -
HSV(B) 139.67º 0.29% 0.82% -
XYZ 42.6 55.35 45.97 -
YUV 187.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 149 210 169 0.29 0 0.20 0.18 139.67 0.4 0.7
Hex 95 D2 A9 1D 0 14 12 8C 28 46
Octal 225 322 251 35 0 24 22 214 50 106
Binary 10010101 11010010 10101001 11101 0 10100 10010 10001100 101000 1000110

Color Harmonies of #95D2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D2A9

Black with #95D2A9

Text Example


Text Example

White with #95D2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,210,169); }

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

background-color css

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

 a { background-color: rgb(149,210,169); }

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

border-color css

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

 span { border-color: rgb(149,210,169); }

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