#0A8916

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

Shades of Green #0A8916

Tints of Green #0A8916

Color information

#0A8916 (or 0x0A8916) is unknown color: approx Green. HEX triplet: 0A, 89 and 16. RGB value is (10,137,22). Sum of RGB (Red+Green+Blue) = 10+137+22=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 137 (53.91% from 255 or 81.07% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8916 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8916 is #F576E9. Grayscale: #565656. Windows color (decimal): -16086762 or 1476874. OLE color: 1476874.

HSL color Cylindrical-coordinate representation of color #0A8916: hue angle of 125.67º 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 #0A8916 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB1013722-
CMYK0.9300.840.46
HSL125.67º86.39%28.82%-
HSV(B)125.67º92.7%53.73%-
XYZ9.2218.013.75-
YUV85.9291.9273.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.92%
GREEN value IS 137 (53.91% from 255) = 81.07%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=5.92%
G=81.07%
B=13.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10137220.9300.840.46125.6786.3928.82
HexA89165D0542E7e561d
Octal122112613501245617612635
Binary101010001001101101011101010101001011101111110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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