#0A7C18

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

Shades of Green #0A7C18

Tints of Green #0A7C18

Color information

#0A7C18 (or 0x0A7C18) is unknown color: approx Green. HEX triplet: 0A, 7C and 18. RGB value is (10,124,24). Sum of RGB (Red+Green+Blue) = 10+124+24=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 124 (48.83% from 255 or 78.48% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7C18 is #F583E7. Grayscale: #4E4E4E. Windows color (decimal): -16090088 or 1604618. OLE color: 1604618.

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

Color convert

RGB1012424-
CMYK0.9200.810.51
HSL127.37º85.07%26.27%-
HSV(B)127.37º91.94%48.63%-
XYZ7.514.553.28-
YUV78.5197.2379.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.33%
GREEN value IS 124 (48.83% from 255) = 78.48%
BLUE value IS 24 (9.77% from 255) = 15.19%
R=6.33%
G=78.48%
B=15.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10124240.9200.810.51127.3785.0726.27
HexA7C185C051337f551a
Octal121743013401216317712532
Binary10101111100110001011100010100011100111111111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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