Html Css Color HEX #008612 Green

📋 copy color: '#008612'

red 0 ◦ green 134 ◦ blue 18

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

Shades of Green #008612

Tints of Green #008612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 88.16%

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

R = 0%
G = 88.16%
B = 11.84%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#008612 (or 0x008612) is known color: Green. HEX triplet: 00, 86 and 12. RGB value is (0,134,18). Sum of RGB (Red+Green+Blue) = 0+134+18=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 134 (52.73% from 255 or 88.16% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 134 - color contains mainly: green. Hex color #008612 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008612 is #FF79ED. Grayscale: #515151. Windows color (decimal): -16742894 or 1213952. OLE color: 1213952.

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

Color convert

RGB 0 134 18 -
CMYK 1 0 0.87 0.47
HSL 128.06º 1% 0.26% -
HSV(B) 128.06º 1% 0.53% -
XYZ 8.63 17.09 3.42 -
YUV 80.71 92.61 70.43 -
System Red Green Blue C M Y K H S L
Decimal 0 134 18 1 0 0.87 0.47 128.06 1 0.26
Hex 0 86 12 64 0 57 2F 80 64 1A
Octal 0 206 22 144 0 127 57 200 144 32
Binary 0 10000110 10010 1100100 0 1010111 101111 10000000 1100100 11010

Color Harmonies of #008612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008612

Black with #008612

Text Example


Text Example

White with #008612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008612; }

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

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

background-color css

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

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

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

border-color css

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

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

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