#0A8309

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

Shades of Green #0A8309

Tints of Green #0A8309

Color information

#0A8309 (or 0x0A8309) is unknown color: approx Green. HEX triplet: 0A, 83 and 09. RGB value is (10,131,9). Sum of RGB (Red+Green+Blue) = 10+131+9=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 131 (51.56% from 255 or 87.33% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 131 - color contains mainly: green. Hex color #0A8309 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8309 is #F57CF6. Grayscale: #515151. Windows color (decimal): -16088311 or 623370. OLE color: 623370.

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

Color convert

RGB101319-
CMYK0.9200.930.49
HSL119.51º87.14%27.45%-
HSV(B)119.51º93.13%51.37%-
XYZ8.2916.322.97-
YUV80.9187.4177.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.67%
GREEN value IS 131 (51.56% from 255) = 87.33%
BLUE value IS 9 (3.91% from 255) = 6%
R=6.67%
G=87.33%
B=6%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1013190.9200.930.49119.5187.1427.45
HexA8395C05D3178571b
Octal122031113401356117012733
Binary10101000001110011011100010111011100011111000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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