Html Css Color HEX #95E5A9 Chinook

📋 copy color: '#95E5A9'

red 149 ◦ green 229 ◦ blue 169

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

Shades of Chinook #95E5A9

Tints of Chinook #95E5A9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.86%

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

R = 27.24%
G = 41.86%
B = 30.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#95E5A9 (or 0x95E5A9) is known color: Chinook. HEX triplet: 95, E5 and A9. RGB value is (149,229,169). Sum of RGB (Red+Green+Blue) = 149+229+169=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #95E5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E5A9 is #6A1A56. Grayscale: #C6C6C6. Windows color (decimal): -6953559 or 11134357. OLE color: 11134357.

HSL color Cylindrical-coordinate representation of color #95E5A9: hue angle of 135º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E5A9 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 229 169 -
CMYK 0.35 0 0.26 0.10
HSL 135º 0.61% 0.74% -
HSV(B) 135º 0.35% 0.9% -
XYZ 47.58 65.29 47.63 -
YUV 198.24 111.5 92.88 -
System Red Green Blue C M Y K H S L
Decimal 149 229 169 0.35 0 0.26 0.10 135 0.61 0.74
Hex 95 E5 A9 23 0 1A A 87 3D 4A
Octal 225 345 251 43 0 32 12 207 75 112
Binary 10010101 11100101 10101001 100011 0 11010 1010 10000111 111101 1001010

Color Harmonies of #95E5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E5A9

Black with #95E5A9

Text Example


Text Example

White with #95E5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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