Html Css Color HEX #95D59F Chinook

📋 copy color: '#95D59F'

red 149 ◦ green 213 ◦ blue 159

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

Shades of Chinook #95D59F

Tints of Chinook #95D59F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.88%

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

R = 28.6%
G = 40.88%
B = 30.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#95D59F (or 0x95D59F) is known color: Chinook. HEX triplet: 95, D5 and 9F. RGB value is (149,213,159). Sum of RGB (Red+Green+Blue) = 149+213+159=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #95D59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D59F is #6A2A60. Grayscale: #BBBBBB. Windows color (decimal): -6957665 or 10474901. OLE color: 10474901.

HSL color Cylindrical-coordinate representation of color #95D59F: hue angle of 129.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D59F is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 213 159 -
CMYK 0.30 0 0.25 0.16
HSL 129.38º 0.43% 0.71% -
HSV(B) 129.38º 0.3% 0.84% -
XYZ 42.45 56.48 41.47 -
YUV 187.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 149 213 159 0.30 0 0.25 0.16 129.38 0.43 0.71
Hex 95 D5 9F 1E 0 19 10 81 2B 47
Octal 225 325 237 36 0 31 20 201 53 107
Binary 10010101 11010101 10011111 11110 0 11001 10000 10000001 101011 1000111

Color Harmonies of #95D59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D59F

Black with #95D59F

Text Example


Text Example

White with #95D59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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