#12A55A

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

Shades of Pigment Green #12A55A

Tints of Pigment Green #12A55A

Color information

#12A55A (or 0x12A55A) is unknown color: approx Pigment Green. HEX triplet: 12, A5 and 5A. RGB value is (18,165,90). Sum of RGB (Red+Green+Blue) = 18+165+90=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 165 (64.84% from 255 or 60.44% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 165 - color contains mainly: green. Hex color #12A55A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A55A is #ED5AA5. Grayscale: #707070. Windows color (decimal): -15555238 or 5940498. OLE color: 5940498.

HSL color Cylindrical-coordinate representation of color #12A55A: hue angle of 149.39º degrees, saturation: 0.8, 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 #12A55A is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1816590-
CMYK0.8900.450.35
HSL149.39º80.33%35.88%-
HSV(B)149.39º89.09%64.71%-
XYZ15.5527.7814.21-
YUV112.5115.360.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 165 (64.84% from 255) = 60.44%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=6.59%
G=60.44%
B=32.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18165900.8900.450.35149.3980.3335.88
Hex12A55A5902D23955024
Octal222451321310554322512044
Binary1001010100101101101010110010101101100011100101011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,165,90); }

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

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

 a { background-color: rgb(18,165,90); }

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

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

 span { border-color: rgb(18,165,90); }

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