#0E8603

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

Shades of Green #0E8603

Tints of Green #0E8603

Color information

#0E8603 (or 0x0E8603) is unknown color: approx Green. HEX triplet: 0E, 86 and 03. RGB value is (14,134,3). Sum of RGB (Red+Green+Blue) = 14+134+3=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 134 (52.73% from 255 or 88.74% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 134 - color contains mainly: green. Hex color #0E8603 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8603 is #F179FC. Grayscale: #535353. Windows color (decimal): -15825405 or 230926. OLE color: 230926.

HSL color Cylindrical-coordinate representation of color #0E8603: hue angle of 114.96º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E8603 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB141343-
CMYK0.9000.980.47
HSL114.96º95.62%26.86%-
HSV(B)114.96º97.76%52.55%-
XYZ8.7217.152.94-
YUV83.1982.7478.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.27%
GREEN value IS 134 (52.73% from 255) = 88.74%
BLUE value IS 3 (1.56% from 255) = 1.99%
R=9.27%
G=88.74%
B=1.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1413430.9000.980.47114.9695.6226.86
HexE8635A0622F73601b
Octal16206313201425716314033
Binary111010000110111011010011000101011111110011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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