#12AE41

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

Shades of Dark Pastel Green #12AE41

Tints of Dark Pastel Green #12AE41

Color information

#12AE41 (or 0x12AE41) is unknown color: approx Dark Pastel Green. HEX triplet: 12, AE and 41. RGB value is (18,174,65). Sum of RGB (Red+Green+Blue) = 18+174+65=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 174 (68.36% from 255 or 67.70% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 174 - color contains mainly: green. Hex color #12AE41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AE41 is #ED51BE. Grayscale: #737373. Windows color (decimal): -15552959 or 4304402. OLE color: 4304402.

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

Color convert

RGB1817465-
CMYK0.9000.630.32
HSL138.08º81.25%37.65%-
HSV(B)138.08º89.66%68.24%-
XYZ16.3430.7810.08-
YUV114.9399.8258.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 174 (68.36% from 255) = 67.70%
BLUE value IS 65 (25.78% from 255) = 25.29%
R=7.00%
G=67.70%
B=25.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal18174650.9000.630.32138.0881.2537.65
Hex12AE415A03F208a5126
Octal222561011320774021212146
Binary1001010101110100000110110100111111100000100010101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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