#12A527

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

Shades of Forest Green #12A527

Tints of Forest Green #12A527

Color information

#12A527 (or 0x12A527) is unknown color: approx Forest Green. HEX triplet: 12, A5 and 27. RGB value is (18,165,39). Sum of RGB (Red+Green+Blue) = 18+165+39=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 165 (64.84% from 255 or 74.32% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 165 - color contains mainly: green. Hex color #12A527 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A527 is #ED5AD8. Grayscale: #6B6B6B. Windows color (decimal): -15555289 or 2598162. OLE color: 2598162.

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

Color convert

RGB1816539-
CMYK0.8900.760.35
HSL128.57º80.33%35.88%-
HSV(B)128.57º89.09%64.71%-
XYZ14.0727.196.43-
YUV106.6889.864.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 165 (64.84% from 255) = 74.32%
BLUE value IS 39 (15.62% from 255) = 17.57%
R=8.11%
G=74.32%
B=17.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18165390.8900.760.35128.5780.3335.88
Hex12A5275904C23815024
Octal222454713101144320112044
Binary1001010100101100111101100101001100100011100000011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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