#18710A

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

Shades of Green #18710A

Tints of Green #18710A

Color information

#18710A (or 0x18710A) is unknown color: approx Green. HEX triplet: 18, 71 and 0A. RGB value is (24,113,10). Sum of RGB (Red+Green+Blue) = 24+113+10=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 113 (44.53% from 255 or 76.87% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 113 - color contains mainly: green. Hex color #18710A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18710A is #E78EF5. Grayscale: #4A4A4A. Windows color (decimal): -15175414 or 684312. OLE color: 684312.

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

Color convert

RGB2411310-
CMYK0.7900.910.56
HSL111.84º83.74%24.12%-
HSV(B)111.84º91.15%44.31%-
XYZ6.3412.032.27-
YUV74.6591.5191.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.33%
GREEN value IS 113 (44.53% from 255) = 76.87%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=16.33%
G=76.87%
B=6.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24113100.7900.910.56111.8483.7424.12
Hex1871A4F05B38705418
Octal301611211701337016012430
Binary11000111000110101001111010110111110001110000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18710A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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