#12A731

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

Shades of Dark Pastel Green #12A731

Tints of Dark Pastel Green #12A731

Color information

#12A731 (or 0x12A731) is unknown color: approx Dark Pastel Green. HEX triplet: 12, A7 and 31. RGB value is (18,167,49). Sum of RGB (Red+Green+Blue) = 18+167+49=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 167 (65.62% from 255 or 71.37% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 167 - color contains mainly: green. Hex color #12A731 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A731 is #ED58CE. Grayscale: #6D6D6D. Windows color (decimal): -15554767 or 3254034. OLE color: 3254034.

HSL color Cylindrical-coordinate representation of color #12A731: hue angle of 132.48º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A731 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB1816749-
CMYK0.8900.710.35
HSL132.48º80.54%36.27%-
HSV(B)132.48º89.22%65.49%-
XYZ14.6227.997.54-
YUV10994.1463.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.69%
GREEN value IS 167 (65.62% from 255) = 71.37%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=7.69%
G=71.37%
B=20.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18167490.8900.710.35132.4880.5436.27
Hex12A7315904723845124
Octal222476113101074320412144
Binary1001010100111110001101100101000111100011100001001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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