#0A7D0D

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

Shades of Green #0A7D0D

Tints of Green #0A7D0D

Color information

#0A7D0D (or 0x0A7D0D) is unknown color: approx Green. HEX triplet: 0A, 7D and 0D. RGB value is (10,125,13). Sum of RGB (Red+Green+Blue) = 10+125+13=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 125 (49.22% from 255 or 84.46% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7D0D is #F582F2. Grayscale: #4E4E4E. Windows color (decimal): -16089843 or 883978. OLE color: 883978.

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

Color convert

RGB1012513-
CMYK0.9200.900.51
HSL121.57º85.19%26.47%-
HSV(B)121.57º92%49.02%-
XYZ7.5314.762.83-
YUV77.8591.479.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.76%
GREEN value IS 125 (49.22% from 255) = 84.46%
BLUE value IS 13 (5.47% from 255) = 8.78%
R=6.76%
G=84.46%
B=8.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10125130.9200.900.51121.5785.1926.47
HexA7DD5C05A337a551a
Octal121751513401326317212532
Binary1010111110111011011100010110101100111111010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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