#18AE1E

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

Shades of Forest Green #18AE1E

Tints of Forest Green #18AE1E

Color information

#18AE1E (or 0x18AE1E) is unknown color: approx Forest Green. HEX triplet: 18, AE and 1E. RGB value is (24,174,30). Sum of RGB (Red+Green+Blue) = 24+174+30=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 174 (68.36% from 255 or 76.32% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 174 - color contains mainly: green. Hex color #18AE1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AE1E is #E751E1. Grayscale: #717171. Windows color (decimal): -15159778 or 2010648. OLE color: 2010648.

HSL color Cylindrical-coordinate representation of color #18AE1E: hue angle of 122.4º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AE1E is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB2417430-
CMYK0.8600.830.32
HSL122.4º75.76%38.82%-
HSV(B)122.4º86.21%68.24%-
XYZ15.7530.566.3-
YUV112.7381.3164.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.53%
GREEN value IS 174 (68.36% from 255) = 76.32%
BLUE value IS 30 (12.11% from 255) = 13.16%
R=10.53%
G=76.32%
B=13.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal24174300.8600.830.32122.475.7638.82
Hex18AE1E56053207a4c27
Octal302563612601234017211447
Binary11000101011101111010101100101001110000011110101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,174,30); }

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

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

 a { background-color: rgb(24,174,30); }

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

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

 span { border-color: rgb(24,174,30); }

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