#12A127

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

Shades of Forest Green #12A127

Tints of Forest Green #12A127

Color information

#12A127 (or 0x12A127) is unknown color: approx Forest Green. HEX triplet: 12, A1 and 27. RGB value is (18,161,39). Sum of RGB (Red+Green+Blue) = 18+161+39=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 161 (63.28% from 255 or 73.85% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 161 - color contains mainly: green. Hex color #12A127 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A127 is #ED5ED8. Grayscale: #686868. Windows color (decimal): -15556313 or 2597138. OLE color: 2597138.

HSL color Cylindrical-coordinate representation of color #12A127: hue angle of 128.81º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A127 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1816139-
CMYK0.8900.760.37
HSL128.81º79.89%35.1%-
HSV(B)128.81º88.82%63.14%-
XYZ13.3625.766.19-
YUV104.3491.1266.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 161 (63.28% from 255) = 73.85%
BLUE value IS 39 (15.62% from 255) = 17.89%
R=8.26%
G=73.85%
B=17.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18161390.8900.760.37128.8179.8935.1
Hex12A1275904C25815023
Octal222414713101144520112043
Binary1001010100001100111101100101001100100101100000011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,161,39); }

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

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

 a { background-color: rgb(18,161,39); }

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

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

 span { border-color: rgb(18,161,39); }

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