#12A132

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

Shades of Dark Pastel Green #12A132

Tints of Dark Pastel Green #12A132

Color information

#12A132 (or 0x12A132) is unknown color: approx Dark Pastel Green. HEX triplet: 12, A1 and 32. RGB value is (18,161,50). Sum of RGB (Red+Green+Blue) = 18+161+50=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 161 (63.28% from 255 or 70.31% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 161 - color contains mainly: green. Hex color #12A132 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A132 is #ED5ECD. Grayscale: #696969. Windows color (decimal): -15556302 or 3318034. OLE color: 3318034.

HSL color Cylindrical-coordinate representation of color #12A132: hue angle of 133.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A132 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB1816150-
CMYK0.8900.690.37
HSL133.43º79.89%35.1%-
HSV(B)133.43º88.82%63.14%-
XYZ13.5725.857.29-
YUV105.5996.6265.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.86%
GREEN value IS 161 (63.28% from 255) = 70.31%
BLUE value IS 50 (19.92% from 255) = 21.83%
R=7.86%
G=70.31%
B=21.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18161500.8900.690.37133.4379.8935.1
Hex12A1325904525855023
Octal222416213101054520512043
Binary1001010100001110010101100101000101100101100001011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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