#8CE19E

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

Shades of Chinook #8CE19E

Tints of Chinook #8CE19E

Color information

#8CE19E (or 0x8CE19E) is unknown color: approx Chinook. HEX triplet: 8C, E1 and 9E. RGB value is (140,225,158). Sum of RGB (Red+Green+Blue) = 140+225+158=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE19E is #731E61. Grayscale: #C0C0C0. Windows color (decimal): -7544418 or 10412428. OLE color: 10412428.

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

Color convert

RGB140225158-
CMYK0.3800.300.12
HSL132.71º58.62%71.57%-
HSV(B)132.71º37.78%88.24%-
XYZ43.9161.8941.98-
YUV191.95108.8490.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.77%
GREEN value IS 225 (88.28% from 255) = 43.02%
BLUE value IS 158 (62.11% from 255) = 30.21%
R=26.77%
G=43.02%
B=30.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1402251580.3800.300.12132.7158.6271.57
Hex8CE19E2601EC853b48
Octal214341236460361420573110
Binary1000110011100001100111101001100111101100100001011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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