#0A8912

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

Shades of Green #0A8912

Tints of Green #0A8912

Color information

#0A8912 (or 0x0A8912) is unknown color: approx Green. HEX triplet: 0A, 89 and 12. RGB value is (10,137,18). Sum of RGB (Red+Green+Blue) = 10+137+18=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 137 (53.91% from 255 or 83.03% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8912 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8912 is #F576ED. Grayscale: #555555. Windows color (decimal): -16086766 or 1214730. OLE color: 1214730.

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

Color convert

RGB1013718-
CMYK0.9300.870.46
HSL123.78º86.39%28.82%-
HSV(B)123.78º92.7%53.73%-
XYZ9.18183.56-
YUV85.4689.9274.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.06%
GREEN value IS 137 (53.91% from 255) = 83.03%
BLUE value IS 18 (7.42% from 255) = 10.91%
R=6.06%
G=83.03%
B=10.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10137180.9300.870.46123.7886.3928.82
HexA89125D0572E7c561d
Octal122112213501275617412635
Binary101010001001100101011101010101111011101111100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,137,18); }

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

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

 a { background-color: rgb(10,137,18); }

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

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

 span { border-color: rgb(10,137,18); }

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