#18A51A

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

Shades of Forest Green #18A51A

Tints of Forest Green #18A51A

Color information

#18A51A (or 0x18A51A) is unknown color: approx Forest Green. HEX triplet: 18, A5 and 1A. RGB value is (24,165,26). Sum of RGB (Red+Green+Blue) = 24+165+26=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 165 (64.84% from 255 or 76.74% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 165 - color contains mainly: green. Hex color #18A51A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A51A is #E75AE5. Grayscale: #6B6B6B. Windows color (decimal): -15162086 or 1746200. OLE color: 1746200.

HSL color Cylindrical-coordinate representation of color #18A51A: hue angle of 120.85º 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 #18A51A is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB2416526-
CMYK0.8500.840.35
HSL120.85º74.6%37.06%-
HSV(B)120.85º85.45%64.71%-
XYZ14.0227.185.48-
YUV106.9982.2968.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 165 (64.84% from 255) = 76.74%
BLUE value IS 26 (10.55% from 255) = 12.09%
R=11.16%
G=76.74%
B=12.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24165260.8500.840.35120.8574.637.06
Hex18A51A5505423794b25
Octal302453212501244317111345
Binary11000101001011101010101010101010010001111110011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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