Html Css Color HEX #008712 Green

📋 copy color: '#008712'

red 0 ◦ green 135 ◦ blue 18

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

Shades of Green #008712

Tints of Green #008712

RGB

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

 GREEN value IS 135 (53.13% from 255) = 88.24%

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

R = 0%
G = 88.24%
B = 11.76%

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

#008712 (or 0x008712) is known color: Green. HEX triplet: 00, 87 and 12. RGB value is (0,135,18). Sum of RGB (Red+Green+Blue) = 0+135+18=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 135 (53.12% from 255 or 88.24% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 135 - color contains mainly: green. Hex color #008712 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008712 is #FF78ED. Grayscale: #515151. Windows color (decimal): -16742638 or 1214208. OLE color: 1214208.

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

Color convert

RGB 0 135 18 -
CMYK 1 0 0.87 0.47
HSL 128º 1% 0.26% -
HSV(B) 128º 1% 0.53% -
XYZ 8.77 17.37 3.46 -
YUV 81.3 92.27 70.01 -
System Red Green Blue C M Y K H S L
Decimal 0 135 18 1 0 0.87 0.47 128 1 0.26
Hex 0 87 12 64 0 57 2F 80 64 1A
Octal 0 207 22 144 0 127 57 200 144 32
Binary 0 10000111 10010 1100100 0 1010111 101111 10000000 1100100 11010

Color Harmonies of #008712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008712

Black with #008712

Text Example


Text Example

White with #008712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008712; }

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

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

background-color css

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

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

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

border-color css

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

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

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