#0E7A03

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

Shades of Green #0E7A03

Tints of Green #0E7A03

Color information

#0E7A03 (or 0x0E7A03) is unknown color: approx Green. HEX triplet: 0E, 7A and 03. RGB value is (14,122,3). Sum of RGB (Red+Green+Blue) = 14+122+3=139 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.07% from 139); Green value is 122 (48.05% from 255 or 87.77% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7A03 is #F185FC. Grayscale: #4C4C4C. Windows color (decimal): -15828477 or 227854. OLE color: 227854.

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

Color convert

RGB141223-
CMYK0.8900.980.52
HSL114.45º95.2%24.51%-
HSV(B)114.45º97.54%47.84%-
XYZ7.1614.022.41-
YUV76.1486.7283.68-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.07%
GREEN value IS 122 (48.05% from 255) = 87.77%
BLUE value IS 3 (1.56% from 255) = 2.16%
R=10.07%
G=87.77%
B=2.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1412230.8900.980.52114.4595.224.51
HexE7A35906234725f19
Octal16172313101426416213731
Binary11101111010111011001011000101101001110010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,122,3); }

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

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

 a { background-color: rgb(14,122,3); }

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

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

 span { border-color: rgb(14,122,3); }

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