#8DE19E

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

Shades of Chinook #8DE19E

Tints of Chinook #8DE19E

Color information

#8DE19E (or 0x8DE19E) is unknown color: approx Chinook. HEX triplet: 8D, E1 and 9E. RGB value is (141,225,158). Sum of RGB (Red+Green+Blue) = 141+225+158=524 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.91% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DE19E is #721E61. Grayscale: #C0C0C0. Windows color (decimal): -7478882 or 10412429. OLE color: 10412429.

HSL color Cylindrical-coordinate representation of color #8DE19E: hue angle of 132.14º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DE19E is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB141225158-
CMYK0.3700.300.12
HSL132.14º58.33%71.76%-
HSV(B)132.14º37.33%88.24%-
XYZ44.0861.9841.99-
YUV192.25108.6791.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.91%
GREEN value IS 225 (88.28% from 255) = 42.94%
BLUE value IS 158 (62.11% from 255) = 30.15%
R=26.91%
G=42.94%
B=30.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1412251580.3700.300.12132.1458.3371.76
Hex8DE19E2501EC843a48
Octal215341236450361420472110
Binary1000110111100001100111101001010111101100100001001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DE19E; }

 p { color: rgb(141,225,158); }

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

<style>
 a { background-color: #8DE19E; }

 a { background-color: rgb(141,225,158); }

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

<style>
 span { border-color: #8DE19E; }

 span { border-color: rgb(141,225,158); }

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