#95E3A0

Color #95E3A0 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #95E3A0

Tints of Chinook #95E3A0

Color information

#95E3A0 (or 0x95E3A0) is unknown color: approx Chinook. HEX triplet: 95, E3 and A0. RGB value is (149,227,160). Sum of RGB (Red+Green+Blue) = 149+227+160=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #95E3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E3A0 is #6A1C5F. Grayscale: #C4C4C4. Windows color (decimal): -6954080 or 10544021. OLE color: 10544021.

HSL color Cylindrical-coordinate representation of color #95E3A0: hue angle of 128.46º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E3A0 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB149227160-
CMYK0.3400.300.11
HSL128.46º58.21%73.73%-
HSV(B)128.46º34.36%89.02%-
XYZ46.2163.8743.15-
YUV196.04107.6694.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.80%
GREEN value IS 227 (89.06% from 255) = 42.35%
BLUE value IS 160 (62.89% from 255) = 29.85%
R=27.80%
G=42.35%
B=29.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1492271600.3400.300.11128.4658.2173.73
Hex95E3A02201EB803a4a
Octal225343240420361320072112
Binary1001010111100011101000001000100111101011100000001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,227,160); }

 H1.HeaderClassName
 {
   color: #95E3A0;
 }
 .AnyTagClassName
 {
   color: #95E3A0;
 }
</style>
background-color css

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

 a { background-color: rgb(149,227,160); }

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

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

 span { border-color: rgb(149,227,160); }

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