#0A7818

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

Shades of Green #0A7818

Tints of Green #0A7818

Color information

#0A7818 (or 0x0A7818) is unknown color: approx Green. HEX triplet: 0A, 78 and 18. RGB value is (10,120,24). Sum of RGB (Red+Green+Blue) = 10+120+24=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 120 (47.27% from 255 or 77.92% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7818 is #F587E7. Grayscale: #4C4C4C. Windows color (decimal): -16091112 or 1603594. OLE color: 1603594.

HSL color Cylindrical-coordinate representation of color #0A7818: hue angle of 127.64º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7818 is Cyan = 0.92, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB1012024-
CMYK0.9200.80.53
HSL127.64º84.62%25.49%-
HSV(B)127.64º91.67%47.06%-
XYZ7.0113.563.11-
YUV76.1798.5680.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.49%
GREEN value IS 120 (47.27% from 255) = 77.92%
BLUE value IS 24 (9.77% from 255) = 15.58%
R=6.49%
G=77.92%
B=15.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10120240.9200.80.53127.6484.6225.49
HexA78185C05035805519
Octal121703013401206520012531
Binary101011110001100010111000101000011010110000000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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