#0A6D10

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

Shades of Green #0A6D10

Tints of Green #0A6D10

Color information

#0A6D10 (or 0x0A6D10) is unknown color: approx Green. HEX triplet: 0A, 6D and 10. RGB value is (10,109,16). Sum of RGB (Red+Green+Blue) = 10+109+16=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 109 (42.97% from 255 or 80.74% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6D10 is #F592EF. Grayscale: #454545. Windows color (decimal): -16093936 or 1076490. OLE color: 1076490.

HSL color Cylindrical-coordinate representation of color #0A6D10: hue angle of 123.64º 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 #0A6D10 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB1010916-
CMYK0.9100.850.57
HSL123.64º83.19%23.33%-
HSV(B)123.64º90.83%42.75%-
XYZ5.6911.042.32-
YUV68.898.286.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.41%
GREEN value IS 109 (42.97% from 255) = 80.74%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=7.41%
G=80.74%
B=11.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10109160.9100.850.57123.6483.1923.33
HexA6D105B055397c5317
Octal121552013301257117412327
Binary10101101101100001011011010101011110011111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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