#8EC16C

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

Shades of Olivine #8EC16C

Tints of Olivine #8EC16C

Color information

#8EC16C (or 0x8EC16C) is unknown color: approx Olivine. HEX triplet: 8E, C1 and 6C. RGB value is (142,193,108). Sum of RGB (Red+Green+Blue) = 142+193+108=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC16C is #713E93. Grayscale: #A8A8A8. Windows color (decimal): -7421588 or 7127438. OLE color: 7127438.

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

Color convert

RGB142193108-
CMYK0.2600.440.24
HSL96º40.67%59.02%-
HSV(B)96º44.04%75.69%-
XYZ32.9344.9721.13-
YUV168.0694.1109.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.05%
GREEN value IS 193 (75.78% from 255) = 43.57%
BLUE value IS 108 (42.58% from 255) = 24.38%
R=32.05%
G=43.57%
B=24.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421931080.2600.440.249640.6759.02
Hex8EC16C1A02C1860293b
Octal21630115432054301405173
Binary10001110110000011101100110100101100110001100000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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