#95EAA9

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

Shades of Chinook #95EAA9

Tints of Chinook #95EAA9

Color information

#95EAA9 (or 0x95EAA9) is unknown color: approx Chinook. HEX triplet: 95, EA and A9. RGB value is (149,234,169). Sum of RGB (Red+Green+Blue) = 149+234+169=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 169 (66.41% from 255 or 30.62% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EAA9 is #6A1556. Grayscale: #C9C9C9. Windows color (decimal): -6952279 or 11135637. OLE color: 11135637.

HSL color Cylindrical-coordinate representation of color #95EAA9: hue angle of 134.12º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95EAA9 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB149234169-
CMYK0.3600.280.08
HSL134.12º66.93%75.1%-
HSV(B)134.12º36.32%91.76%-
XYZ48.9868.148.1-
YUV201.18109.8490.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.99%
GREEN value IS 234 (91.80% from 255) = 42.39%
BLUE value IS 169 (66.41% from 255) = 30.62%
R=26.99%
G=42.39%
B=30.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492341690.3600.280.08134.1266.9375.1
Hex95EAA92401C886434b
Octal2253522514403410206103113
Binary10010101111010101010100110010001110010001000011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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