#18a514

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

Shades of Forest Green #18A514

Tints of Forest Green #18A514

Color information

#18A514 (or 0x18A514) is unknown color: approx Forest Green. HEX triplet: 18, A5 and 14. RGB value is (24,165,20). Sum of RGB (Red+Green+Blue) = 24+165+20=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 165 (64.84% from 255 or 78.95% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 165 - color contains mainly: green. Hex color #18A514 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A514 is #E75AEB. Grayscale: #6A6A6A. Windows color (decimal): -15162092 or 1352984. OLE color: 1352984.

HSL color Cylindrical-coordinate representation of color #18A514: hue angle of 118.34º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18A514 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB2416520-
CMYK0.8500.880.35
HSL118.34º78.38%36.27%-
HSV(B)118.34º87.88%64.71%-
XYZ13.9627.155.17-
YUV106.3179.2969.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.48%
GREEN value IS 165 (64.84% from 255) = 78.95%
BLUE value IS 20 (8.20% from 255) = 9.57%
R=11.48%
G=78.95%
B=9.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24165200.8500.880.35118.3478.3836.27
Hex18A5145505823764e24
Octal302452412501304316611644
Binary11000101001011010010101010101100010001111101101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18a514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18a514; }

 p { color: rgb(24,165,20); }

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

<style>
 a { background-color: #18a514; }

 a { background-color: rgb(24,165,20); }

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

<style>
 span { border-color: #18a514; }

 span { border-color: rgb(24,165,20); }

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