#018217

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

Shades of Green #018217

Tints of Green #018217

Color information

#018217 (or 0x018217) is unknown color: approx Green. HEX triplet: 01, 82 and 17. RGB value is (1,130,23). Sum of RGB (Red+Green+Blue) = 1+130+23=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 130 (51.17% from 255 or 84.42% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 130 - color contains mainly: green. Hex color #018217 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018217 is #FE7DE8. Grayscale: #4F4F4F. Windows color (decimal): -16678377 or 1540609. OLE color: 1540609.

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

Color convert

RGB113023-
CMYK0.9900.820.49
HSL130.23º98.47%25.69%-
HSV(B)130.23º99.23%50.98%-
XYZ8.1516.033.48-
YUV79.2396.2672.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 130 (51.17% from 255) = 84.42%
BLUE value IS 23 (9.38% from 255) = 14.94%
R=0.65%
G=84.42%
B=14.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130230.9900.820.49130.2398.4725.69
Hex18217630523182621a
Octal12022714301226120214232
Binary1100000101011111000110101001011000110000010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018217; }

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

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

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

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

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

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

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

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