#0A7813

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

Shades of Green #0A7813

Tints of Green #0A7813

Color information

#0A7813 (or 0x0A7813) is unknown color: approx Green. HEX triplet: 0A, 78 and 13. RGB value is (10,120,19). Sum of RGB (Red+Green+Blue) = 10+120+19=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 120 (47.27% from 255 or 80.54% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7813 is #F587EC. Grayscale: #4B4B4B. Windows color (decimal): -16091117 or 1275914. OLE color: 1275914.

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

Color convert

RGB1012019-
CMYK0.9200.840.53
HSL124.91º84.62%25.49%-
HSV(B)124.91º91.67%47.06%-
XYZ6.9613.542.86-
YUV75.696.0681.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.71%
GREEN value IS 120 (47.27% from 255) = 80.54%
BLUE value IS 19 (7.81% from 255) = 12.75%
R=6.71%
G=80.54%
B=12.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10120190.9200.840.53124.9184.6225.49
HexA78135C054357d5519
Octal121702313401246517512531
Binary10101111000100111011100010101001101011111101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,120,19); }

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

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

 a { background-color: rgb(10,120,19); }

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

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

 span { border-color: rgb(10,120,19); }

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