Html Css Color HEX #95D4A1 Chinook

📋 copy color: '#95D4A1'

red 149 ◦ green 212 ◦ blue 161

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

Shades of Chinook #95D4A1

Tints of Chinook #95D4A1

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.61%

 BLUE value IS 161 (63.28% from 255) = 30.84%

R = 28.54%
G = 40.61%
B = 30.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#95D4A1 (or 0x95D4A1) is known color: Chinook. HEX triplet: 95, D4 and A1. RGB value is (149,212,161). Sum of RGB (Red+Green+Blue) = 149+212+161=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #95D4A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D4A1 is #6A2B5E. Grayscale: #BBBBBB. Windows color (decimal): -6957919 or 10605717. OLE color: 10605717.

HSL color Cylindrical-coordinate representation of color #95D4A1: hue angle of 131.43º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D4A1 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 212 161 -
CMYK 0.30 0 0.24 0.17
HSL 131.43º 0.42% 0.71% -
HSV(B) 131.43º 0.3% 0.83% -
XYZ 42.37 56.05 42.3 -
YUV 187.35 113.13 100.65 -
System Red Green Blue C M Y K H S L
Decimal 149 212 161 0.30 0 0.24 0.17 131.43 0.42 0.71
Hex 95 D4 A1 1E 0 18 11 83 2A 47
Octal 225 324 241 36 0 30 21 203 52 107
Binary 10010101 11010100 10100001 11110 0 11000 10001 10000011 101010 1000111

Color Harmonies of #95D4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D4A1

Black with #95D4A1

Text Example


Text Example

White with #95D4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,212,161); }

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

background-color css

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

 a { background-color: rgb(149,212,161); }

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

border-color css

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

 span { border-color: rgb(149,212,161); }

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