#95E8A6

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

Shades of Chinook #95E8A6

Tints of Chinook #95E8A6

Color information

#95E8A6 (or 0x95E8A6) is unknown color: approx Chinook. HEX triplet: 95, E8 and A6. RGB value is (149,232,166). Sum of RGB (Red+Green+Blue) = 149+232+166=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E8A6 is #6A1759. Grayscale: #C7C7C7. Windows color (decimal): -6952794 or 10938517. OLE color: 10938517.

HSL color Cylindrical-coordinate representation of color #95E8A6: hue angle of 132.29º degrees, saturation: 0.64, 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 #95E8A6 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB149232166-
CMYK0.3600.280.09
HSL132.29º64.34%74.71%-
HSV(B)132.29º35.78%90.98%-
XYZ48.1366.8646.44-
YUV199.6610991.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.24%
GREEN value IS 232 (91.02% from 255) = 42.41%
BLUE value IS 166 (65.23% from 255) = 30.35%
R=27.24%
G=42.41%
B=30.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492321660.3600.280.09132.2964.3474.71
Hex95E8A62401C984404b
Octal2253502464403411204100113
Binary10010101111010001010011010010001110010011000010010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,232,166); }

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

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

 a { background-color: rgb(149,232,166); }

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

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

 span { border-color: rgb(149,232,166); }

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