#0F7F10

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

Shades of Green #0F7F10

Tints of Green #0F7F10

Color information

#0F7F10 (or 0x0F7F10) is unknown color: approx Green. HEX triplet: 0F, 7F and 10. RGB value is (15,127,16). Sum of RGB (Red+Green+Blue) = 15+127+16=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 127 (50% from 255 or 80.38% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 127 - color contains mainly: green. Hex color #0F7F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7F10 is #F080EF. Grayscale: #515151. Windows color (decimal): -15761648 or 1081103. OLE color: 1081103.

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

Color convert

RGB1512716-
CMYK0.8800.870.50
HSL120.54º78.87%27.84%-
HSV(B)120.54º88.19%49.8%-
XYZ7.8815.323.03-
YUV80.8691.3981.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.49%
GREEN value IS 127 (50% from 255) = 80.38%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=9.49%
G=80.38%
B=10.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal15127160.8800.870.50120.5478.8727.84
HexF7F105805732794f1c
Octal171772013001276217111734
Binary11111111111100001011000010101111100101111001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,127,16); }

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

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

 a { background-color: rgb(15,127,16); }

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

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

 span { border-color: rgb(15,127,16); }

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