#0A8B10

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

Shades of Green #0A8B10

Tints of Green #0A8B10

Color information

#0A8B10 (or 0x0A8B10) is unknown color: approx Green. HEX triplet: 0A, 8B and 10. RGB value is (10,139,16). Sum of RGB (Red+Green+Blue) = 10+139+16=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 139 (54.69% from 255 or 84.24% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 139 - color contains mainly: green. Hex color #0A8B10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8B10 is #F574EF. Grayscale: #565656. Windows color (decimal): -16086256 or 1084170. OLE color: 1084170.

HSL color Cylindrical-coordinate representation of color #0A8B10: hue angle of 122.79º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8B10 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB1013916-
CMYK0.9300.880.45
HSL122.79º86.58%29.22%-
HSV(B)122.79º92.81%54.51%-
XYZ9.4518.573.58-
YUV86.4188.2673.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.06%
GREEN value IS 139 (54.69% from 255) = 84.24%
BLUE value IS 16 (6.64% from 255) = 9.70%
R=6.06%
G=84.24%
B=9.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10139160.9300.880.45122.7986.5829.22
HexA8B105D0582D7b571d
Octal122132013501305517312735
Binary101010001011100001011101010110001011011111011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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