#18AB1E

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

Shades of Forest Green #18AB1E

Tints of Forest Green #18AB1E

Color information

#18AB1E (or 0x18AB1E) is unknown color: approx Forest Green. HEX triplet: 18, AB and 1E. RGB value is (24,171,30). Sum of RGB (Red+Green+Blue) = 24+171+30=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 171 (67.19% from 255 or 76% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AB1E is #E754E1. Grayscale: #6F6F6F. Windows color (decimal): -15160546 or 2009880. OLE color: 2009880.

HSL color Cylindrical-coordinate representation of color #18AB1E: hue angle of 122.45º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AB1E is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB2417130-
CMYK0.8600.820.33
HSL122.45º75.38%38.24%-
HSV(B)122.45º85.96%67.06%-
XYZ15.1729.416.11-
YUV110.9782.365.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.67%
GREEN value IS 171 (67.19% from 255) = 76%
BLUE value IS 30 (12.11% from 255) = 13.33%
R=10.67%
G=76%
B=13.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24171300.8600.820.33122.4575.3838.24
Hex18AB1E56052217a4b26
Octal302533612601224117211346
Binary11000101010111111010101100101001010000111110101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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