#14981A

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

Shades of Forest Green #14981A

Tints of Forest Green #14981A

Color information

#14981A (or 0x14981A) is unknown color: approx Forest Green. HEX triplet: 14, 98 and 1A. RGB value is (20,152,26). Sum of RGB (Red+Green+Blue) = 20+152+26=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 152 (59.77% from 255 or 76.77% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 152 - color contains mainly: green. Hex color #14981A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14981A is #EB67E5. Grayscale: #626262. Windows color (decimal): -15427558 or 1742868. OLE color: 1742868.

HSL color Cylindrical-coordinate representation of color #14981A: hue angle of 122.73º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14981A is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB2015226-
CMYK0.8700.830.40
HSL122.73º76.74%33.73%-
HSV(B)122.73º86.84%59.61%-
XYZ11.722.684.74-
YUV98.1787.2772.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 152 (59.77% from 255) = 76.77%
BLUE value IS 26 (10.55% from 255) = 13.13%
R=10.10%
G=76.77%
B=13.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20152260.8700.830.40122.7376.7433.73
Hex14981A57053287b4d22
Octal242303212701235017311542
Binary10100100110001101010101110101001110100011110111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14981A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14981A; }

 p { color: rgb(20,152,26); }

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

<style>
 a { background-color: #14981A; }

 a { background-color: rgb(20,152,26); }

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

<style>
 span { border-color: #14981A; }

 span { border-color: rgb(20,152,26); }

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