#95E0A8

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

Shades of Chinook #95E0A8

Tints of Chinook #95E0A8

Color information

#95E0A8 (or 0x95E0A8) is unknown color: approx Chinook. HEX triplet: 95, E0 and A8. RGB value is (149,224,168). Sum of RGB (Red+Green+Blue) = 149+224+168=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E0A8 is #6A1F57. Grayscale: #C3C3C3. Windows color (decimal): -6954840 or 11067541. OLE color: 11067541.

HSL color Cylindrical-coordinate representation of color #95E0A8: hue angle of 135.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95E0A8 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB149224168-
CMYK0.3300.250.12
HSL135.2º54.74%73.14%-
HSV(B)135.2º33.48%87.84%-
XYZ46.1262.5346.68-
YUV195.19112.6595.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.54%
GREEN value IS 224 (87.89% from 255) = 41.40%
BLUE value IS 168 (66.02% from 255) = 31.05%
R=27.54%
G=41.40%
B=31.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492241680.3300.250.12135.254.7473.14
Hex95E0A821019C873749
Octal225340250410311420767111
Binary1001010111100000101010001000010110011100100001111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,224,168); }

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

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

 a { background-color: rgb(149,224,168); }

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

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

 span { border-color: rgb(149,224,168); }

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