#8EC36C

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

Shades of Olivine #8EC36C

Tints of Olivine #8EC36C

Color information

#8EC36C (or 0x8EC36C) is unknown color: approx Olivine. HEX triplet: 8E, C3 and 6C. RGB value is (142,195,108). Sum of RGB (Red+Green+Blue) = 142+195+108=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC36C is #713C93. Grayscale: #A9A9A9. Windows color (decimal): -7421076 or 7127950. OLE color: 7127950.

HSL color Cylindrical-coordinate representation of color #8EC36C: hue angle of 96.55º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8EC36C is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB142195108-
CMYK0.2700.450.24
HSL96.55º42.03%59.41%-
HSV(B)96.55º44.62%76.47%-
XYZ33.3845.8621.28-
YUV169.2493.44108.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.91%
GREEN value IS 195 (76.56% from 255) = 43.82%
BLUE value IS 108 (42.58% from 255) = 24.27%
R=31.91%
G=43.82%
B=24.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421951080.2700.450.2496.5542.0359.41
Hex8EC36C1B02D18612a3b
Octal21630315433055301415273
Binary10001110110000111101100110110101101110001100001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,195,108); }

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

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

 a { background-color: rgb(142,195,108); }

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

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

 span { border-color: rgb(142,195,108); }

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