#95E09D

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

Shades of Chinook #95E09D

Tints of Chinook #95E09D

Color information

#95E09D (or 0x95E09D) is unknown color: approx Chinook. HEX triplet: 95, E0 and 9D. RGB value is (149,224,157). Sum of RGB (Red+Green+Blue) = 149+224+157=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #95E09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E09D is #6A1F62. Grayscale: #C2C2C2. Windows color (decimal): -6954851 or 10346645. OLE color: 10346645.

HSL color Cylindrical-coordinate representation of color #95E09D: hue angle of 126.4º 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 #95E09D is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB149224157-
CMYK0.3300.300.12
HSL126.4º54.74%73.14%-
HSV(B)126.4º33.48%87.84%-
XYZ45.1462.1441.51-
YUV193.94107.1595.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.11%
GREEN value IS 224 (87.89% from 255) = 42.26%
BLUE value IS 157 (61.72% from 255) = 29.62%
R=28.11%
G=42.26%
B=29.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492241570.3300.300.12126.454.7473.14
Hex95E09D2101EC7e3749
Octal225340235410361417667111
Binary100101011110000010011101100001011110110011111101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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