Html Css Color HEX #008012 Green

📋 copy color: '#008012'

red 0 ◦ green 128 ◦ blue 18

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

Shades of Green #008012

Tints of Green #008012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 87.67%

 BLUE value IS 18 (7.42% from 255) = 12.33%

R = 0%
G = 87.67%
B = 12.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#008012 (or 0x008012) is known color: Green. HEX triplet: 00, 80 and 12. RGB value is (0,128,18). Sum of RGB (Red+Green+Blue) = 0+128+18=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 128 (50.39% from 255 or 87.67% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 128 - color contains mainly: green. Hex color #008012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008012 is #FF7FED. Grayscale: #4D4D4D. Windows color (decimal): -16744430 or 1212416. OLE color: 1212416.

HSL color Cylindrical-coordinate representation of color #008012: hue angle of 128.44º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008012 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 128 18 -
CMYK 1 0 0.86 0.50
HSL 128.44º 1% 0.25% -
HSV(B) 128.44º 1% 0.5% -
XYZ 7.83 15.48 3.15 -
YUV 77.19 94.59 72.94 -
System Red Green Blue C M Y K H S L
Decimal 0 128 18 1 0 0.86 0.50 128.44 1 0.25
Hex 0 80 12 64 0 56 32 80 64 19
Octal 0 200 22 144 0 126 62 200 144 31
Binary 0 10000000 10010 1100100 0 1010110 110010 10000000 1100100 11001

Color Harmonies of #008012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008012

Black with #008012

Text Example


Text Example

White with #008012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008012; }

 p { color: rgb(0,128,18); }

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

background-color css

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

 a { background-color: rgb(0,128,18); }

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

border-color css

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

 span { border-color: rgb(0,128,18); }

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