#0A8304

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

Shades of Green #0A8304

Tints of Green #0A8304

Color information

#0A8304 (or 0x0A8304) is unknown color: approx Green. HEX triplet: 0A, 83 and 04. RGB value is (10,131,4). Sum of RGB (Red+Green+Blue) = 10+131+4=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 131 (51.56% from 255 or 90.34% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 131 - color contains mainly: green. Hex color #0A8304 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8304 is #F57CFB. Grayscale: #505050. Windows color (decimal): -16088316 or 295690. OLE color: 295690.

HSL color Cylindrical-coordinate representation of color #0A8304: hue angle of 117.17º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A8304 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB101314-
CMYK0.9200.970.49
HSL117.17º94.07%26.47%-
HSV(B)117.17º96.95%51.37%-
XYZ8.2616.312.83-
YUV80.3484.9177.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.90%
GREEN value IS 131 (51.56% from 255) = 90.34%
BLUE value IS 4 (1.95% from 255) = 2.76%
R=6.90%
G=90.34%
B=2.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1013140.9200.970.49117.1794.0726.47
HexA8345C06131755e1a
Octal12203413401416116513632
Binary1010100000111001011100011000011100011110101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,131,4); }

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

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

 a { background-color: rgb(10,131,4); }

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

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

 span { border-color: rgb(10,131,4); }

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