#018200

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

Shades of Green #018200

Tints of Green #018200

Color information

#018200 (or 0x018200) is unknown color: approx Green. HEX triplet: 01, 82 and 00. RGB value is (1,130,0). Sum of RGB (Red+Green+Blue) = 1+130+0=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 130 (51.17% from 255 or 99.24% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 130 - color contains mainly: green. Hex color #018200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018200 is #FE7DFF. Grayscale: #4D4D4D. Windows color (decimal): -16678400 or 33281. OLE color: 33281.

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

Color convert

RGB11300-
CMYK0.99010.49
HSL119.54º100%25.49%-
HSV(B)119.54º100%50.98%-
XYZ815.972.66-
YUV76.6184.7674.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 130 (51.17% from 255) = 99.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=0.76%
G=99.24%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113000.99010.49119.5410025.49
Hex18206306431786419
Octal1202014301446117014431
Binary11000001001100011011001001100011111000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018200; }

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

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

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

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

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

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

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

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