#018210

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

Shades of Green #018210

Tints of Green #018210

Color information

#018210 (or 0x018210) is unknown color: approx Green. HEX triplet: 01, 82 and 10. RGB value is (1,130,16). Sum of RGB (Red+Green+Blue) = 1+130+16=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 130 (51.17% from 255 or 88.44% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 130 - color contains mainly: green. Hex color #018210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018210 is #FE7DEF. Grayscale: #4E4E4E. Windows color (decimal): -16678384 or 1081857. OLE color: 1081857.

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

Color convert

RGB113016-
CMYK0.9900.880.49
HSL126.98º98.47%25.69%-
HSV(B)126.98º99.23%50.98%-
XYZ8.0916.013.15-
YUV78.4392.7672.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 130 (51.17% from 255) = 88.44%
BLUE value IS 16 (6.64% from 255) = 10.88%
R=0.68%
G=88.44%
B=10.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130160.9900.880.49126.9898.4725.69
Hex1821063058317f621a
Octal12022014301306117714232
Binary110000010100001100011010110001100011111111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018210; }

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

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

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

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

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

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

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

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