#01800E

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

Shades of Green #01800E

Tints of Green #01800E

Color information

#01800E (or 0x01800E) is unknown color: approx Green. HEX triplet: 01, 80 and 0E. RGB value is (1,128,14). Sum of RGB (Red+Green+Blue) = 1+128+14=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 128 (50.39% from 255 or 89.51% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 128 - color contains mainly: green. Hex color #01800E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01800E is #FE7FF1. Grayscale: #4D4D4D. Windows color (decimal): -16678898 or 950273. OLE color: 950273.

HSL color Cylindrical-coordinate representation of color #01800E: hue angle of 126.14º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01800E is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB112814-
CMYK0.9900.890.50
HSL126.14º98.45%25.29%-
HSV(B)126.14º99.22%50.2%-
XYZ7.8115.482.99-
YUV77.0392.4273.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 128 (50.39% from 255) = 89.51%
BLUE value IS 14 (5.86% from 255) = 9.79%
R=0.70%
G=89.51%
B=9.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1128140.9900.890.50126.1498.4525.29
Hex180E63059327e6219
Octal12001614301316217614231
Binary11000000011101100011010110011100101111110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01800E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01800E; }

 p { color: rgb(1,128,14); }

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

<style>
 a { background-color: #01800E; }

 a { background-color: rgb(1,128,14); }

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

<style>
 span { border-color: #01800E; }

 span { border-color: rgb(1,128,14); }

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