#01870E

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

Shades of Green #01870E

Tints of Green #01870E

Color information

#01870E (or 0x01870E) is unknown color: approx Green. HEX triplet: 01, 87 and 0E. RGB value is (1,135,14). Sum of RGB (Red+Green+Blue) = 1+135+14=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 135 (53.12% from 255 or 90% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 135 - color contains mainly: green. Hex color #01870E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01870E is #FE78F1. Grayscale: #515151. Windows color (decimal): -16677106 or 952065. OLE color: 952065.

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

Color convert

RGB113514-
CMYK0.9900.900.47
HSL125.82º98.53%26.67%-
HSV(B)125.82º99.26%52.94%-
XYZ8.7617.373.31-
YUV81.1490.1170.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 135 (53.12% from 255) = 90%
BLUE value IS 14 (5.86% from 255) = 9.33%
R=0.67%
G=90%
B=9.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1135140.9900.900.47125.8298.5326.67
Hex187E6305A2F7e631b
Octal12071614301325717614333
Binary11000011111101100011010110101011111111110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01870E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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