#008518

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

Shades of Green #008518

Tints of Green #008518

Color information

#008518 (or 0x008518) is unknown color: approx Green. HEX triplet: 00, 85 and 18. RGB value is (0,133,24). Sum of RGB (Red+Green+Blue) = 0+133+24=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 133 (52.34% from 255 or 84.71% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 133 - color contains mainly: green. Hex color #008518 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008518 is #FF7AE7. Grayscale: #515151. Windows color (decimal): -16743144 or 1606912. OLE color: 1606912.

HSL color Cylindrical-coordinate representation of color #008518: hue angle of 130.83º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008518 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB013324-
CMYK100.820.48
HSL130.83º100%26.08%-
HSV(B)130.83º100%52.16%-
XYZ8.5516.843.66-
YUV80.8195.9470.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 84.71%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=0%
G=84.71%
B=15.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013324100.820.48130.8310026.08
Hex08518640523083641a
Octal02053014401226020314432
Binary0100001011100011001000101001011000010000011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008518; }

 p { color: rgb(0,133,24); }

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

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

 a { background-color: rgb(0,133,24); }

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

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

 span { border-color: rgb(0,133,24); }

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