#0A8218

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

Shades of Green #0A8218

Tints of Green #0A8218

Color information

#0A8218 (or 0x0A8218) is unknown color: approx Green. HEX triplet: 0A, 82 and 18. RGB value is (10,130,24). Sum of RGB (Red+Green+Blue) = 10+130+24=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 130 (51.17% from 255 or 79.27% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 130 - color contains mainly: green. Hex color #0A8218 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8218 is #F57DE7. Grayscale: #525252. Windows color (decimal): -16088552 or 1606154. OLE color: 1606154.

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

Color convert

RGB1013024-
CMYK0.9200.820.49
HSL127º85.71%27.45%-
HSV(B)127º92.31%50.98%-
XYZ8.2716.13.53-
YUV82.0495.2476.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.10%
GREEN value IS 130 (51.17% from 255) = 79.27%
BLUE value IS 24 (9.77% from 255) = 14.63%
R=6.10%
G=79.27%
B=14.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10130240.9200.820.4912785.7127.45
HexA82185C052317f561b
Octal122023013401226117712633
Binary101010000010110001011100010100101100011111111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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