#95E9AC

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

Shades of Chinook #95E9AC

Tints of Chinook #95E9AC

Color information

#95E9AC (or 0x95E9AC) is unknown color: approx Chinook. HEX triplet: 95, E9 and AC. RGB value is (149,233,172). Sum of RGB (Red+Green+Blue) = 149+233+172=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #95E9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E9AC is #6A1653. Grayscale: #C9C9C9. Windows color (decimal): -6952532 or 11331989. OLE color: 11331989.

HSL color Cylindrical-coordinate representation of color #95E9AC: hue angle of 136.43º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E9AC is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB149233172-
CMYK0.3600.260.09
HSL136.43º65.62%74.9%-
HSV(B)136.43º36.05%91.37%-
XYZ48.9867.6549.51-
YUV200.93111.6790.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.90%
GREEN value IS 233 (91.41% from 255) = 42.06%
BLUE value IS 172 (67.58% from 255) = 31.05%
R=26.90%
G=42.06%
B=31.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492331720.3600.260.09136.4365.6274.9
Hex95E9AC2401A988424b
Octal2253512544403211210102113
Binary10010101111010011010110010010001101010011000100010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,233,172); }

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

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

 a { background-color: rgb(149,233,172); }

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

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

 span { border-color: rgb(149,233,172); }

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