#0A7310

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

Shades of Green #0A7310

Tints of Green #0A7310

Color information

#0A7310 (or 0x0A7310) is unknown color: approx Green. HEX triplet: 0A, 73 and 10. RGB value is (10,115,16). Sum of RGB (Red+Green+Blue) = 10+115+16=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 115 (45.31% from 255 or 81.56% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 115 - color contains mainly: green. Hex color #0A7310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7310 is #F58CEF. Grayscale: #484848. Windows color (decimal): -16092400 or 1078026. OLE color: 1078026.

HSL color Cylindrical-coordinate representation of color #0A7310: hue angle of 123.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7310 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1011516-
CMYK0.9100.860.55
HSL123.43º84%24.51%-
HSV(B)123.43º91.3%45.1%-
XYZ6.3512.362.54-
YUV72.3296.2183.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.09%
GREEN value IS 115 (45.31% from 255) = 81.56%
BLUE value IS 16 (6.64% from 255) = 11.35%
R=7.09%
G=81.56%
B=11.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10115160.9100.860.55123.438424.51
HexA73105B056377b5419
Octal121632013301266717312431
Binary10101110011100001011011010101101101111111011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,115,16); }

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

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

 a { background-color: rgb(10,115,16); }

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

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

 span { border-color: rgb(10,115,16); }

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