#018600

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

Shades of Green #018600

Tints of Green #018600

Color information

#018600 (or 0x018600) is unknown color: approx Green. HEX triplet: 01, 86 and 00. RGB value is (1,134,0). Sum of RGB (Red+Green+Blue) = 1+134+0=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 134 (52.73% from 255 or 99.26% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 134 - color contains mainly: green. Hex color #018600 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018600 is #FE79FF. Grayscale: #4F4F4F. Windows color (decimal): -16677376 or 34305. OLE color: 34305.

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

Color convert

RGB11340-
CMYK0.99010.47
HSL119.55º100%26.27%-
HSV(B)119.55º100%52.55%-
XYZ8.5417.062.84-
YUV78.9683.4472.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 134 (52.73% 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
Decimal113400.99010.47119.5510026.27
Hex1860630642F78641a
Octal1206014301445717014432
Binary11000011001100011011001001011111111000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018600; }

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

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

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

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

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

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

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

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