#0A6D1A

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

Shades of Green #0A6D1A

Tints of Green #0A6D1A

Color information

#0A6D1A (or 0x0A6D1A) is unknown color: approx Green. HEX triplet: 0A, 6D and 1A. RGB value is (10,109,26). Sum of RGB (Red+Green+Blue) = 10+109+26=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 109 (42.97% from 255 or 75.17% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6D1A is #F592E5. Grayscale: #464646. Windows color (decimal): -16093926 or 1731850. OLE color: 1731850.

HSL color Cylindrical-coordinate representation of color #0A6D1A: hue angle of 129.7º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6D1A is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB1010926-
CMYK0.9100.760.57
HSL129.7º83.19%23.33%-
HSV(B)129.7º90.83%42.75%-
XYZ5.7811.082.81-
YUV69.94103.285.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.90%
GREEN value IS 109 (42.97% from 255) = 75.17%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=6.90%
G=75.17%
B=17.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10109260.9100.760.57129.783.1923.33
HexA6D1A5B04C39825317
Octal121553213301147120212327
Binary101011011011101010110110100110011100110000010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,109,26); }

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

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

 a { background-color: rgb(10,109,26); }

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

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

 span { border-color: rgb(10,109,26); }

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