#18720A

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

Shades of Green #18720A

Tints of Green #18720A

Color information

#18720A (or 0x18720A) is unknown color: approx Green. HEX triplet: 18, 72 and 0A. RGB value is (24,114,10). Sum of RGB (Red+Green+Blue) = 24+114+10=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 114 (44.92% from 255 or 77.03% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 114 - color contains mainly: green. Hex color #18720A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18720A is #E78DF5. Grayscale: #4B4B4B. Windows color (decimal): -15175158 or 684568. OLE color: 684568.

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

Color convert

RGB2411410-
CMYK0.7900.910.55
HSL111.92º83.87%24.31%-
HSV(B)111.92º91.23%44.71%-
XYZ6.4512.252.31-
YUV75.2391.1891.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 114 (44.92% from 255) = 77.03%
BLUE value IS 10 (4.30% from 255) = 6.76%
R=16.22%
G=77.03%
B=6.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24114100.7900.910.55111.9283.8724.31
Hex1872A4F05B37705418
Octal301621211701336716012430
Binary11000111001010101001111010110111101111110000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18720A; }

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

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

<style>
 a { background-color: #18720A; }

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

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

<style>
 span { border-color: #18720A; }

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

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