#12AD39

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

Shades of Dark Pastel Green #12AD39

Tints of Dark Pastel Green #12AD39

Color information

#12AD39 (or 0x12AD39) is unknown color: approx Dark Pastel Green. HEX triplet: 12, AD and 39. RGB value is (18,173,57). Sum of RGB (Red+Green+Blue) = 18+173+57=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 173 (67.97% from 255 or 69.76% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AD39 is #ED52C6. Grayscale: #717171. Windows color (decimal): -15553223 or 3779858. OLE color: 3779858.

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

Color convert

RGB1817357-
CMYK0.9000.670.32
HSL135.1º81.15%37.45%-
HSV(B)135.1º89.6%67.84%-
XYZ15.9330.318.88-
YUV113.4396.1559.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 173 (67.97% from 255) = 69.76%
BLUE value IS 57 (22.66% from 255) = 22.98%
R=7.26%
G=69.76%
B=22.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal18173570.9000.670.32135.181.1537.45
Hex12AD395A04320875125
Octal222557113201034020712145
Binary1001010101101111001101101001000011100000100001111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,173,57); }

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

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

 a { background-color: rgb(18,173,57); }

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

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

 span { border-color: rgb(18,173,57); }

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