#0F8112

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

Shades of Green #0F8112

Tints of Green #0F8112

Color information

#0F8112 (or 0x0F8112) is unknown color: approx Green. HEX triplet: 0F, 81 and 12. RGB value is (15,129,18). Sum of RGB (Red+Green+Blue) = 15+129+18=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 129 (50.78% from 255 or 79.63% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 129 - color contains mainly: green. Hex color #0F8112 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8112 is #F07EED. Grayscale: #525252. Windows color (decimal): -15761134 or 1212687. OLE color: 1212687.

HSL color Cylindrical-coordinate representation of color #0F8112: hue angle of 121.58º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8112 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1512918-
CMYK0.8800.860.49
HSL121.58º79.17%28.24%-
HSV(B)121.58º88.37%50.59%-
XYZ8.1615.853.2-
YUV82.2691.7380.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.26%
GREEN value IS 129 (50.78% from 255) = 79.63%
BLUE value IS 18 (7.42% from 255) = 11.11%
R=9.26%
G=79.63%
B=11.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15129180.8800.860.49121.5879.1728.24
HexF811258056317a4f1c
Octal172012213001266117211734
Binary111110000001100101011000010101101100011111010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F8112; }

 p { color: rgb(15,129,18); }

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

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

 a { background-color: rgb(15,129,18); }

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

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

 span { border-color: rgb(15,129,18); }

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