Html Css Color HEX #95D49F Chinook

📋 copy color: '#95D49F'

red 149 ◦ green 212 ◦ blue 159

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

Shades of Chinook #95D49F

Tints of Chinook #95D49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.58%

R = 28.65%
G = 40.77%
B = 30.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#95D49F (or 0x95D49F) is known color: Chinook. HEX triplet: 95, D4 and 9F. RGB value is (149,212,159). Sum of RGB (Red+Green+Blue) = 149+212+159=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #95D49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D49F is #6A2B60. Grayscale: #BBBBBB. Windows color (decimal): -6957921 or 10474645. OLE color: 10474645.

HSL color Cylindrical-coordinate representation of color #95D49F: hue angle of 129.52º 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 #95D49F is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 212 159 -
CMYK 0.30 0 0.25 0.17
HSL 129.52º 0.42% 0.71% -
HSV(B) 129.52º 0.3% 0.83% -
XYZ 42.2 55.98 41.38 -
YUV 187.12 112.13 100.81 -
System Red Green Blue C M Y K H S L
Decimal 149 212 159 0.30 0 0.25 0.17 129.52 0.42 0.71
Hex 95 D4 9F 1E 0 19 11 82 2A 47
Octal 225 324 237 36 0 31 21 202 52 107
Binary 10010101 11010100 10011111 11110 0 11001 10001 10000010 101010 1000111

Color Harmonies of #95D49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D49F

Black with #95D49F

Text Example


Text Example

White with #95D49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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