#01840E

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

Shades of Green #01840E

Tints of Green #01840E

Color information

#01840E (or 0x01840E) is unknown color: approx Green. HEX triplet: 01, 84 and 0E. RGB value is (1,132,14). Sum of RGB (Red+Green+Blue) = 1+132+14=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 132 (51.95% from 255 or 89.80% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 132 - color contains mainly: green. Hex color #01840E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01840E is #FE7BF1. Grayscale: #4F4F4F. Windows color (decimal): -16677874 or 951297. OLE color: 951297.

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

Color convert

RGB113214-
CMYK0.9900.890.48
HSL125.95º98.5%26.08%-
HSV(B)125.95º99.24%51.76%-
XYZ8.3416.543.17-
YUV79.3891.172.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 132 (51.95% from 255) = 89.80%
BLUE value IS 14 (5.86% from 255) = 9.52%
R=0.68%
G=89.80%
B=9.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1132140.9900.890.48125.9598.526.08
Hex184E63059307e621a
Octal12041614301316017614232
Binary11000010011101100011010110011100001111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01840E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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