#01870A

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

Shades of Green #01870A

Tints of Green #01870A

Color information

#01870A (or 0x01870A) is unknown color: approx Green. HEX triplet: 01, 87 and 0A. RGB value is (1,135,10). Sum of RGB (Red+Green+Blue) = 1+135+10=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 135 (53.12% from 255 or 92.47% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 135 - color contains mainly: green. Hex color #01870A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01870A is #FE78F5. Grayscale: #515151. Windows color (decimal): -16677110 or 689921. OLE color: 689921.

HSL color Cylindrical-coordinate representation of color #01870A: hue angle of 124.03º 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 #01870A is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB113510-
CMYK0.9900.930.47
HSL124.03º98.53%26.67%-
HSV(B)124.03º99.26%52.94%-
XYZ8.7317.363.18-
YUV80.6888.1171.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 135 (53.12% from 255) = 92.47%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=0.68%
G=92.47%
B=6.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1135100.9900.930.47124.0398.5326.67
Hex187A6305D2F7c631b
Octal12071214301355717414333
Binary11000011110101100011010111011011111111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01870A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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