#12AB23

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

Shades of Forest Green #12AB23

Tints of Forest Green #12AB23

Color information

#12AB23 (or 0x12AB23) is unknown color: approx Forest Green. HEX triplet: 12, AB and 23. RGB value is (18,171,35). Sum of RGB (Red+Green+Blue) = 18+171+35=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 171 (67.19% from 255 or 76.34% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB23 is #ED54DC. Grayscale: #6E6E6E. Windows color (decimal): -15553757 or 2337554. OLE color: 2337554.

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

Color convert

RGB1817135-
CMYK0.8900.800.33
HSL126.67º80.95%37.06%-
HSV(B)126.67º89.47%67.06%-
XYZ15.1229.386.46-
YUV109.7585.8162.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 171 (67.19% from 255) = 76.34%
BLUE value IS 35 (14.06% from 255) = 15.62%
R=8.04%
G=76.34%
B=15.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18171350.8900.800.33126.6780.9537.06
Hex12AB2359050217f5125
Octal222534313101204117712145
Binary100101010101110001110110010101000010000111111111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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