#18A518

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

Shades of Forest Green #18A518

Tints of Forest Green #18A518

Color information

#18A518 (or 0x18A518) is unknown color: approx Forest Green. HEX triplet: 18, A5 and 18. RGB value is (24,165,24). Sum of RGB (Red+Green+Blue) = 24+165+24=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 165 (64.84% from 255 or 77.46% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 165 - color contains mainly: green. Hex color #18A518 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A518 is #E75AE7. Grayscale: #6B6B6B. Windows color (decimal): -15162088 or 1615128. OLE color: 1615128.

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

Color convert

RGB2416524-
CMYK0.8500.850.35
HSL120º74.6%37.06%-
HSV(B)120º85.45%64.71%-
XYZ1427.175.37-
YUV106.7781.2968.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.27%
GREEN value IS 165 (64.84% from 255) = 77.46%
BLUE value IS 24 (9.77% from 255) = 11.27%
R=11.27%
G=77.46%
B=11.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24165240.8500.850.3512074.637.06
Hex18A5185505523784b25
Octal302453012501254317011345
Binary11000101001011100010101010101010110001111110001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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