#0E8514

Color #0E8514 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0E8514

Tints of Green #0E8514

Color information

#0E8514 (or 0x0E8514) is unknown color: approx Green. HEX triplet: 0E, 85 and 14. RGB value is (14,133,20). Sum of RGB (Red+Green+Blue) = 14+133+20=167 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.38% from 167); Green value is 133 (52.34% from 255 or 79.64% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 133 - color contains mainly: green. Hex color #0E8514 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8514 is #F17AEB. Grayscale: #545454. Windows color (decimal): -15825644 or 1344782. OLE color: 1344782.

HSL color Cylindrical-coordinate representation of color #0E8514: hue angle of 123.03º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8514 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB1413320-
CMYK0.8900.850.48
HSL123.03º80.95%28.82%-
HSV(B)123.03º89.47%52.16%-
XYZ8.6916.923.47-
YUV84.5491.5877.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.38%
GREEN value IS 133 (52.34% from 255) = 79.64%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=8.38%
G=79.64%
B=11.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal14133200.8900.850.48123.0380.9528.82
HexE851459055307b511d
Octal162052413101256017312135
Binary111010000101101001011001010101011100001111011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E8514; }

 p { color: rgb(14,133,20); }

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

<style>
 a { background-color: #0E8514; }

 a { background-color: rgb(14,133,20); }

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

<style>
 span { border-color: #0E8514; }

 span { border-color: rgb(14,133,20); }

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