#12A51E

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

Shades of Forest Green #12A51E

Tints of Forest Green #12A51E

Color information

#12A51E (or 0x12A51E) is unknown color: approx Forest Green. HEX triplet: 12, A5 and 1E. RGB value is (18,165,30). Sum of RGB (Red+Green+Blue) = 18+165+30=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 165 (64.84% from 255 or 77.46% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 165 - color contains mainly: green. Hex color #12A51E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A51E is #ED5AE1. Grayscale: #6A6A6A. Windows color (decimal): -15555298 or 2008338. OLE color: 2008338.

HSL color Cylindrical-coordinate representation of color #12A51E: hue angle of 124.9º 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 #12A51E is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB1816530-
CMYK0.8900.820.35
HSL124.9º80.33%35.88%-
HSV(B)124.9º89.09%64.71%-
XYZ13.9427.135.73-
YUV105.6685.365.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 165 (64.84% from 255) = 77.46%
BLUE value IS 30 (12.11% from 255) = 14.08%
R=8.45%
G=77.46%
B=14.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18165300.8900.820.35124.980.3335.88
Hex12A51E59052237d5024
Octal222453613101224317512044
Binary10010101001011111010110010101001010001111111011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A51E; }

 p { color: rgb(18,165,30); }

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

<style>
 a { background-color: #12A51E; }

 a { background-color: rgb(18,165,30); }

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

<style>
 span { border-color: #12A51E; }

 span { border-color: rgb(18,165,30); }

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