#0A8300

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

Shades of Green #0A8300

Tints of Green #0A8300

Color information

#0A8300 (or 0x0A8300) is unknown color: approx Green. HEX triplet: 0A, 83 and 00. RGB value is (10,131,0). Sum of RGB (Red+Green+Blue) = 10+131+0=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 131 (51.56% from 255 or 92.91% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 131 - color contains mainly: green. Hex color #0A8300 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8300 is #F57CFF. Grayscale: #505050. Windows color (decimal): -16088320 or 33546. OLE color: 33546.

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

Color convert

RGB101310-
CMYK0.92010.49
HSL115.42º100%25.69%-
HSV(B)115.42º100%51.37%-
XYZ8.2416.32.71-
YUV79.8982.9178.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.09%
GREEN value IS 131 (51.56% from 255) = 92.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=7.09%
G=92.91%
B=0%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1013100.92010.49115.4210025.69
HexA8305C0643173641a
Octal12203013401446116314432
Binary10101000001101011100011001001100011110011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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