#12A932

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

Shades of Dark Pastel Green #12A932

Tints of Dark Pastel Green #12A932

Color information

#12A932 (or 0x12A932) is unknown color: approx Dark Pastel Green. HEX triplet: 12, A9 and 32. RGB value is (18,169,50). Sum of RGB (Red+Green+Blue) = 18+169+50=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 169 (66.41% from 255 or 71.31% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 169 - color contains mainly: green. Hex color #12A932 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A932 is #ED56CD. Grayscale: #6E6E6E. Windows color (decimal): -15554254 or 3320082. OLE color: 3320082.

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

Color convert

RGB1816950-
CMYK0.8900.700.34
HSL132.72º80.75%36.67%-
HSV(B)132.72º89.35%66.27%-
XYZ15.0128.737.77-
YUV110.2893.9762.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 169 (66.41% from 255) = 71.31%
BLUE value IS 50 (19.92% from 255) = 21.10%
R=7.59%
G=71.31%
B=21.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18169500.8900.700.34132.7280.7536.67
Hex12A9325904622855125
Octal222516213101064220512145
Binary1001010101001110010101100101000110100010100001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,169,50); }

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

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

 a { background-color: rgb(18,169,50); }

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

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

 span { border-color: rgb(18,169,50); }

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