#0a7f0d

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

Shades of Green #0A7F0D

Tints of Green #0A7F0D

Color information

#0A7F0D (or 0x0A7F0D) is unknown color: approx Green. HEX triplet: 0A, 7F and 0D. RGB value is (10,127,13). Sum of RGB (Red+Green+Blue) = 10+127+13=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 127 (50% from 255 or 84.67% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 127 - color contains mainly: green. Hex color #0A7F0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7F0D is #F580F2. Grayscale: #4F4F4F. Windows color (decimal): -16089331 or 884490. OLE color: 884490.

HSL color Cylindrical-coordinate representation of color #0A7F0D: hue angle of 121.54º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7F0D is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB1012713-
CMYK0.9200.900.50
HSL121.54º85.4%26.86%-
HSV(B)121.54º92.13%49.8%-
XYZ7.7915.272.92-
YUV79.0290.7478.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.67%
GREEN value IS 127 (50% from 255) = 84.67%
BLUE value IS 13 (5.47% from 255) = 8.67%
R=6.67%
G=84.67%
B=8.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10127130.9200.900.50121.5485.426.86
HexA7FD5C05A327a551b
Octal121771513401326217212533
Binary1010111111111011011100010110101100101111010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a7f0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,127,13); }

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

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

 a { background-color: rgb(10,127,13); }

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

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

 span { border-color: rgb(10,127,13); }

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