#12AB3F

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

Shades of Dark Pastel Green #12AB3F

Tints of Dark Pastel Green #12AB3F

Color information

#12AB3F (or 0x12AB3F) is unknown color: approx Dark Pastel Green. HEX triplet: 12, AB and 3F. RGB value is (18,171,63). Sum of RGB (Red+Green+Blue) = 18+171+63=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 171 (67.19% from 255 or 67.86% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB3F is #ED54C0. Grayscale: #717171. Windows color (decimal): -15553729 or 4172562. OLE color: 4172562.

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

Color convert

RGB1817163-
CMYK0.8900.630.33
HSL137.65º80.95%37.06%-
HSV(B)137.65º89.47%67.06%-
XYZ15.7129.619.59-
YUV112.9499.8160.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 171 (67.19% from 255) = 67.86%
BLUE value IS 63 (25% from 255) = 25%
R=7.14%
G=67.86%
B=25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18171630.8900.630.33137.6580.9537.06
Hex12AB3F5903F218a5125
Octal22253771310774121212145
Binary100101010101111111110110010111111100001100010101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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