#18960E

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

Shades of Forest Green #18960E

Tints of Forest Green #18960E

Color information

#18960E (or 0x18960E) is unknown color: approx Forest Green. HEX triplet: 18, 96 and 0E. RGB value is (24,150,14). Sum of RGB (Red+Green+Blue) = 24+150+14=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 150 (58.98% from 255 or 79.79% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 150 - color contains mainly: green. Hex color #18960E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18960E is #E769F1. Grayscale: #616161. Windows color (decimal): -15165938 or 955928. OLE color: 955928.

HSL color Cylindrical-coordinate representation of color #18960E: hue angle of 115.59º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18960E is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB2415014-
CMYK0.8400.910.41
HSL115.59º82.93%32.16%-
HSV(B)115.59º90.67%58.82%-
XYZ11.3622.044.07-
YUV96.8281.2676.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.77%
GREEN value IS 150 (58.98% from 255) = 79.79%
BLUE value IS 14 (5.86% from 255) = 7.45%
R=12.77%
G=79.79%
B=7.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal24150140.8400.910.41115.5982.9332.16
Hex1896E5405B29745320
Octal302261612401335116412340
Binary1100010010110111010101000101101110100111101001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18960E; }

 p { color: rgb(24,150,14); }

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

<style>
 a { background-color: #18960E; }

 a { background-color: rgb(24,150,14); }

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

<style>
 span { border-color: #18960E; }

 span { border-color: rgb(24,150,14); }

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