#12A553

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

Shades of Pigment Green #12A553

Tints of Pigment Green #12A553

Color information

#12A553 (or 0x12A553) is unknown color: approx Pigment Green. HEX triplet: 12, A5 and 53. RGB value is (18,165,83). Sum of RGB (Red+Green+Blue) = 18+165+83=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 165 (64.84% from 255 or 62.03% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 165 - color contains mainly: green. Hex color #12A553 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A553 is #ED5AAC. Grayscale: #6F6F6F. Windows color (decimal): -15555245 or 5481746. OLE color: 5481746.

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

Color convert

RGB1816583-
CMYK0.8900.500.35
HSL146.53º80.33%35.88%-
HSV(B)146.53º89.09%64.71%-
XYZ15.2727.6612.72-
YUV111.7111.861.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 165 (64.84% from 255) = 62.03%
BLUE value IS 83 (32.81% from 255) = 31.20%
R=6.77%
G=62.03%
B=31.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18165830.8900.500.35146.5380.3335.88
Hex12A5535903223935024
Octal222451231310624322312044
Binary1001010100101101001110110010110010100011100100111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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