#18A51C

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

Shades of Forest Green #18A51C

Tints of Forest Green #18A51C

Color information

#18A51C (or 0x18A51C) is unknown color: approx Forest Green. HEX triplet: 18, A5 and 1C. RGB value is (24,165,28). Sum of RGB (Red+Green+Blue) = 24+165+28=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 165 (64.84% from 255 or 76.04% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 165 - color contains mainly: green. Hex color #18A51C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A51C is #E75AE3. Grayscale: #6B6B6B. Windows color (decimal): -15162084 or 1877272. OLE color: 1877272.

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

Color convert

RGB2416528-
CMYK0.8500.830.35
HSL121.7º74.6%37.06%-
HSV(B)121.7º85.45%64.71%-
XYZ14.0427.195.61-
YUV107.2283.2968.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.06%
GREEN value IS 165 (64.84% from 255) = 76.04%
BLUE value IS 28 (11.33% from 255) = 12.90%
R=11.06%
G=76.04%
B=12.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24165280.8500.830.35121.774.637.06
Hex18A51C55053237a4b25
Octal302453412501234317211345
Binary11000101001011110010101010101001110001111110101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A51C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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