#12AC23

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

Shades of Forest Green #12AC23

Tints of Forest Green #12AC23

Color information

#12AC23 (or 0x12AC23) is unknown color: approx Forest Green. HEX triplet: 12, AC and 23. RGB value is (18,172,35). Sum of RGB (Red+Green+Blue) = 18+172+35=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 172 (67.58% from 255 or 76.44% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AC23 is #ED53DC. Grayscale: #6E6E6E. Windows color (decimal): -15553501 or 2337810. OLE color: 2337810.

HSL color Cylindrical-coordinate representation of color #12AC23: hue angle of 126.62º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AC23 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB1817235-
CMYK0.9000.800.33
HSL126.62º81.05%37.25%-
HSV(B)126.62º89.53%67.45%-
XYZ15.3129.756.53-
YUV110.3485.4862.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 172 (67.58% from 255) = 76.44%
BLUE value IS 35 (14.06% from 255) = 15.56%
R=8%
G=76.44%
B=15.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18172350.9000.800.33126.6281.0537.25
Hex12AC235A050217f5125
Octal222544313201204117712145
Binary100101010110010001110110100101000010000111111111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AC23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,172,35); }

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

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

 a { background-color: rgb(18,172,35); }

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

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

 span { border-color: rgb(18,172,35); }

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