#0A6013

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

Shades of Green #0A6013

Tints of Green #0A6013

Color information

#0A6013 (or 0x0A6013) is unknown color: approx Green. HEX triplet: 0A, 60 and 13. RGB value is (10,96,19). Sum of RGB (Red+Green+Blue) = 10+96+19=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 96 (37.89% from 255 or 76.8% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 96 - color contains mainly: green. Hex color #0A6013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6013 is #F59FEC. Grayscale: #3D3D3D. Windows color (decimal): -16097261 or 1269770. OLE color: 1269770.

HSL color Cylindrical-coordinate representation of color #0A6013: hue angle of 126.28º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6013 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB109619-
CMYK0.9000.800.62
HSL126.28º81.13%20.78%-
HSV(B)126.28º89.58%37.65%-
XYZ4.438.482.02-
YUV61.51104.0191.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8%
GREEN value IS 96 (37.89% from 255) = 76.8%
BLUE value IS 19 (7.81% from 255) = 15.2%
R=8%
G=76.8%
B=15.2%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1096190.9000.800.62126.2881.1320.78
HexA60135A0503E7e5115
Octal121402313201207617612125
Binary10101100000100111011010010100001111101111110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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