#12AE31

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

Shades of Dark Pastel Green #12AE31

Tints of Dark Pastel Green #12AE31

Color information

#12AE31 (or 0x12AE31) is unknown color: approx Dark Pastel Green. HEX triplet: 12, AE and 31. RGB value is (18,174,49). Sum of RGB (Red+Green+Blue) = 18+174+49=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 174 (68.36% from 255 or 72.20% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 174 - color contains mainly: green. Hex color #12AE31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AE31 is #ED51CE. Grayscale: #717171. Windows color (decimal): -15552975 or 3255826. OLE color: 3255826.

HSL color Cylindrical-coordinate representation of color #12AE31: hue angle of 131.92º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AE31 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB1817449-
CMYK0.9000.720.32
HSL131.92º81.25%37.65%-
HSV(B)131.92º89.66%68.24%-
XYZ15.9430.627.98-
YUV113.1191.8260.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.47%
GREEN value IS 174 (68.36% from 255) = 72.20%
BLUE value IS 49 (19.53% from 255) = 20.33%
R=7.47%
G=72.20%
B=20.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal18174490.9000.720.32131.9281.2537.65
Hex12AE315A04820845126
Octal222566113201104020412146
Binary1001010101110110001101101001001000100000100001001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,174,49); }

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

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

 a { background-color: rgb(18,174,49); }

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

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

 span { border-color: rgb(18,174,49); }

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