#018204

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

Shades of Green #018204

Tints of Green #018204

Color information

#018204 (or 0x018204) is unknown color: approx Green. HEX triplet: 01, 82 and 04. RGB value is (1,130,4). Sum of RGB (Red+Green+Blue) = 1+130+4=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 130 (51.17% from 255 or 96.30% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 130 - color contains mainly: green. Hex color #018204 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018204 is #FE7DFB. Grayscale: #4D4D4D. Windows color (decimal): -16678396 or 295425. OLE color: 295425.

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

Color convert

RGB11304-
CMYK0.9900.970.49
HSL121.4º98.47%25.69%-
HSV(B)121.4º99.23%50.98%-
XYZ8.0215.982.78-
YUV77.0786.7673.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 130 (51.17% from 255) = 96.30%
BLUE value IS 4 (1.95% from 255) = 2.96%
R=0.74%
G=96.30%
B=2.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113040.9900.970.49121.498.4725.69
Hex1824630613179621a
Octal1202414301416117114232
Binary1100000101001100011011000011100011111001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018204; }

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

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

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

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

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

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

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

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