#0F7A0D

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

Shades of Green #0F7A0D

Tints of Green #0F7A0D

Color information

#0F7A0D (or 0x0F7A0D) is unknown color: approx Green. HEX triplet: 0F, 7A and 0D. RGB value is (15,122,13). Sum of RGB (Red+Green+Blue) = 15+122+13=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 122 (48.05% from 255 or 81.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 122 - color contains mainly: green. Hex color #0F7A0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7A0D is #F085F2. Grayscale: #4D4D4D. Windows color (decimal): -15762931 or 883215. OLE color: 883215.

HSL color Cylindrical-coordinate representation of color #0F7A0D: hue angle of 118.9º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F7A0D is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB1512213-
CMYK0.8800.890.52
HSL118.9º80.74%26.47%-
HSV(B)118.9º89.34%47.84%-
XYZ7.2314.052.71-
YUV77.5891.5583.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10%
GREEN value IS 122 (48.05% from 255) = 81.33%
BLUE value IS 13 (5.47% from 255) = 8.67%
R=10%
G=81.33%
B=8.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15122130.8800.890.52118.980.7426.47
HexF7AD580593477511a
Octal171721513001316416712132
Binary1111111101011011011000010110011101001110111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,122,13); }

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

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

 a { background-color: rgb(15,122,13); }

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

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

 span { border-color: rgb(15,122,13); }

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