#18A236

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

Shades of Forest Green #18A236

Tints of Forest Green #18A236

Color information

#18A236 (or 0x18A236) is unknown color: approx Forest Green. HEX triplet: 18, A2 and 36. RGB value is (24,162,54). Sum of RGB (Red+Green+Blue) = 24+162+54=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 162 (63.67% from 255 or 67.5% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 162 - color contains mainly: green. Hex color #18A236 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A236 is #E75DC9. Grayscale: #6C6C6C. Windows color (decimal): -15162826 or 3580440. OLE color: 3580440.

HSL color Cylindrical-coordinate representation of color #18A236: hue angle of 133.04º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A236 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB2416254-
CMYK0.8500.670.36
HSL133.04º74.19%36.47%-
HSV(B)133.04º85.19%63.53%-
XYZ13.9626.37.83-
YUV108.4397.2867.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10%
GREEN value IS 162 (63.67% from 255) = 67.5%
BLUE value IS 54 (21.48% from 255) = 22.5%
R=10%
G=67.5%
B=22.5%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24162540.8500.670.36133.0474.1936.47
Hex18A2365504324854a24
Octal302426612501034420511244
Binary1100010100010110110101010101000011100100100001011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,162,54); }

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

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

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

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

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

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

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