#12AE1E

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

Shades of Forest Green #12AE1E

Tints of Forest Green #12AE1E

Color information

#12AE1E (or 0x12AE1E) is unknown color: approx Forest Green. HEX triplet: 12, AE and 1E. RGB value is (18,174,30). Sum of RGB (Red+Green+Blue) = 18+174+30=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 174 (68.36% from 255 or 78.38% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 174 - color contains mainly: green. Hex color #12AE1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AE1E is #ED51E1. Grayscale: #6F6F6F. Windows color (decimal): -15552994 or 2010642. OLE color: 2010642.

HSL color Cylindrical-coordinate representation of color #12AE1E: hue angle of 124.62º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AE1E is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1817430-
CMYK0.9000.830.32
HSL124.62º81.25%37.65%-
HSV(B)124.62º89.66%68.24%-
XYZ15.6230.496.29-
YUV110.9482.3261.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 174 (68.36% from 255) = 78.38%
BLUE value IS 30 (12.11% from 255) = 13.51%
R=8.11%
G=78.38%
B=13.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal18174300.9000.830.32124.6281.2537.65
Hex12AE1E5A053207d5126
Octal222563613201234017512146
Binary10010101011101111010110100101001110000011111011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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