#0A8518

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

Shades of Green #0A8518

Tints of Green #0A8518

Color information

#0A8518 (or 0x0A8518) is unknown color: approx Green. HEX triplet: 0A, 85 and 18. RGB value is (10,133,24). Sum of RGB (Red+Green+Blue) = 10+133+24=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 133 (52.34% from 255 or 79.64% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8518 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8518 is #F57AE7. Grayscale: #545454. Windows color (decimal): -16087784 or 1606922. OLE color: 1606922.

HSL color Cylindrical-coordinate representation of color #0A8518: hue angle of 126.83º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8518 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB1013324-
CMYK0.9200.820.48
HSL126.83º86.01%28.04%-
HSV(B)126.83º92.48%52.16%-
XYZ8.6816.913.67-
YUV83.894.2575.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.99%
GREEN value IS 133 (52.34% from 255) = 79.64%
BLUE value IS 24 (9.77% from 255) = 14.37%
R=5.99%
G=79.64%
B=14.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10133240.9200.820.48126.8386.0128.04
HexA85185C052307f561c
Octal122053013401226017712634
Binary101010000101110001011100010100101100001111111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,133,24); }

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

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

 a { background-color: rgb(10,133,24); }

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

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

 span { border-color: rgb(10,133,24); }

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