Html Css Color HEX #008516 Green

📋 copy color: '#008516'

red 0 ◦ green 133 ◦ blue 22

#008516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #008516

Tints of Green #008516

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 133 (52.34% from 255) = 85.81%

 BLUE value IS 22 (8.98% from 255) = 14.19%

R = 0%
G = 85.81%
B = 14.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#008516 (or 0x008516) is known color: Green. HEX triplet: 00, 85 and 16. RGB value is (0,133,22). Sum of RGB (Red+Green+Blue) = 0+133+22=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 133 (52.34% from 255 or 85.81% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 133 - color contains mainly: green. Hex color #008516 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008516 is #FF7AE9. Grayscale: #505050. Windows color (decimal): -16743146 or 1475840. OLE color: 1475840.

HSL color Cylindrical-coordinate representation of color #008516: hue angle of 129.92º 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 #008516 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 133 22 -
CMYK 1 0 0.83 0.48
HSL 129.92º 1% 0.26% -
HSV(B) 129.92º 1% 0.52% -
XYZ 8.53 16.83 3.56 -
YUV 80.58 94.94 70.53 -
System Red Green Blue C M Y K H S L
Decimal 0 133 22 1 0 0.83 0.48 129.92 1 0.26
Hex 0 85 16 64 0 53 30 82 64 1A
Octal 0 205 26 144 0 123 60 202 144 32
Binary 0 10000101 10110 1100100 0 1010011 110000 10000010 1100100 11010

Color Harmonies of #008516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008516

Black with #008516

Text Example


Text Example

White with #008516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008516; }

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

 H1.HeaderClassName
 {
   color: #008516;
 }
 .AnyTagClassName
 {
   color: #008516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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