#18AF1A

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

Shades of Forest Green #18AF1A

Tints of Forest Green #18AF1A

Color information

#18AF1A (or 0x18AF1A) is unknown color: approx Forest Green. HEX triplet: 18, AF and 1A. RGB value is (24,175,26). Sum of RGB (Red+Green+Blue) = 24+175+26=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 175 (68.75% from 255 or 77.78% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AF1A is #E750E5. Grayscale: #717171. Windows color (decimal): -15159526 or 1748760. OLE color: 1748760.

HSL color Cylindrical-coordinate representation of color #18AF1A: hue angle of 120.79º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AF1A is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB2417526-
CMYK0.8600.850.31
HSL120.79º75.88%39.02%-
HSV(B)120.79º86.29%68.63%-
XYZ15.8930.936.11-
YUV112.8678.9764.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.67%
GREEN value IS 175 (68.75% from 255) = 77.78%
BLUE value IS 26 (10.55% from 255) = 11.56%
R=10.67%
G=77.78%
B=11.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24175260.8600.850.31120.7975.8839.02
Hex18AF1A560551F794c27
Octal302573212601253717111447
Binary1100010101111110101010110010101011111111110011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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