#18A713

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

Shades of Forest Green #18A713

Tints of Forest Green #18A713

Color information

#18A713 (or 0x18A713) is unknown color: approx Forest Green. HEX triplet: 18, A7 and 13. RGB value is (24,167,19). Sum of RGB (Red+Green+Blue) = 24+167+19=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 167 (65.62% from 255 or 79.52% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 167 - color contains mainly: green. Hex color #18A713 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A713 is #E758EC. Grayscale: #6B6B6B. Windows color (decimal): -15161581 or 1287960. OLE color: 1287960.

HSL color Cylindrical-coordinate representation of color #18A713: hue angle of 117.97º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18A713 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB2416719-
CMYK0.8600.890.35
HSL117.97º79.57%36.47%-
HSV(B)117.97º88.62%65.49%-
XYZ14.3127.885.24-
YUV107.3778.1268.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.43%
GREEN value IS 167 (65.62% from 255) = 79.52%
BLUE value IS 19 (7.81% from 255) = 9.05%
R=11.43%
G=79.52%
B=9.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24167190.8600.890.35117.9779.5736.47
Hex18A7135605923765024
Octal302472312601314316612044
Binary11000101001111001110101100101100110001111101101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,167,19); }

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

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

 a { background-color: rgb(24,167,19); }

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

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

 span { border-color: rgb(24,167,19); }

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