#95DE9E

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

Shades of Chinook #95DE9E

Tints of Chinook #95DE9E

Color information

#95DE9E (or 0x95DE9E) is unknown color: approx Chinook. HEX triplet: 95, DE and 9E. RGB value is (149,222,158). Sum of RGB (Red+Green+Blue) = 149+222+158=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #95DE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DE9E is #6A2161. Grayscale: #C1C1C1. Windows color (decimal): -6955362 or 10411669. OLE color: 10411669.

HSL color Cylindrical-coordinate representation of color #95DE9E: hue angle of 127.4º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DE9E is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB149222158-
CMYK0.3300.290.13
HSL127.4º52.52%72.75%-
HSV(B)127.4º32.88%87.06%-
XYZ44.6961.141.79-
YUV192.88108.3296.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.17%
GREEN value IS 222 (87.11% from 255) = 41.97%
BLUE value IS 158 (62.11% from 255) = 29.87%
R=28.17%
G=41.97%
B=29.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492221580.3300.290.13127.452.5272.75
Hex95DE9E2101DD7f3549
Octal225336236410351517765111
Binary100101011101111010011110100001011101110111111111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,222,158); }

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

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

 a { background-color: rgb(149,222,158); }

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

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

 span { border-color: rgb(149,222,158); }

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