Html Css Color HEX #95D59A Chinook

📋 copy color: '#95D59A'

red 149 ◦ green 213 ◦ blue 154

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

Shades of Chinook #95D59A

Tints of Chinook #95D59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.84%

R = 28.88%
G = 41.28%
B = 29.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#95D59A (or 0x95D59A) is known color: Chinook. HEX triplet: 95, D5 and 9A. RGB value is (149,213,154). Sum of RGB (Red+Green+Blue) = 149+213+154=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #95D59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D59A is #6A2A65. Grayscale: #BBBBBB. Windows color (decimal): -6957670 or 10147221. OLE color: 10147221.

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

Color convert

RGB 149 213 154 -
CMYK 0.30 0 0.28 0.16
HSL 124.69º 0.43% 0.71% -
HSV(B) 124.69º 0.3% 0.84% -
XYZ 42.02 56.31 39.23 -
YUV 187.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 149 213 154 0.30 0 0.28 0.16 124.69 0.43 0.71
Hex 95 D5 9A 1E 0 1C 10 7D 2B 47
Octal 225 325 232 36 0 34 20 175 53 107
Binary 10010101 11010101 10011010 11110 0 11100 10000 1111101 101011 1000111

Color Harmonies of #95D59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D59A

Black with #95D59A

Text Example


Text Example

White with #95D59A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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