#0F7912

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

Shades of Green #0F7912

Tints of Green #0F7912

Color information

#0F7912 (or 0x0F7912) is unknown color: approx Green. HEX triplet: 0F, 79 and 12. RGB value is (15,121,18). Sum of RGB (Red+Green+Blue) = 15+121+18=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 121 (47.66% from 255 or 78.57% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 121 - color contains mainly: green. Hex color #0F7912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7912 is #F086ED. Grayscale: #4D4D4D. Windows color (decimal): -15763182 or 1210639. OLE color: 1210639.

HSL color Cylindrical-coordinate representation of color #0F7912: hue angle of 121.7º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7912 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1512118-
CMYK0.8800.850.53
HSL121.7º77.94%26.67%-
HSV(B)121.7º87.6%47.45%-
XYZ7.1413.822.86-
YUV77.5694.3883.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.74%
GREEN value IS 121 (47.66% from 255) = 78.57%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=9.74%
G=78.57%
B=11.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15121180.8800.850.53121.777.9426.67
HexF791258055357a4e1b
Octal171712213001256517211633
Binary11111111001100101011000010101011101011111010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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