#018700

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

Shades of Green #018700

Tints of Green #018700

Color information

#018700 (or 0x018700) is unknown color: approx Green. HEX triplet: 01, 87 and 00. RGB value is (1,135,0). Sum of RGB (Red+Green+Blue) = 1+135+0=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 135 (53.12% from 255 or 99.26% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 135 - color contains mainly: green. Hex color #018700 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018700 is #FE78FF. Grayscale: #4F4F4F. Windows color (decimal): -16677120 or 34561. OLE color: 34561.

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

Color convert

RGB11350-
CMYK0.99010.47
HSL119.56º100%26.47%-
HSV(B)119.56º100%52.94%-
XYZ8.6817.332.89-
YUV79.5483.1171.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 135 (53.12% from 255) = 99.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=0.74%
G=99.26%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113500.99010.47119.5610026.47
Hex1870630642F78641a
Octal1207014301445717014432
Binary11000011101100011011001001011111111000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018700; }

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

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

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

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

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

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

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

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