#12A552

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

Shades of Pigment Green #12A552

Tints of Pigment Green #12A552

Color information

#12A552 (or 0x12A552) is unknown color: approx Pigment Green. HEX triplet: 12, A5 and 52. RGB value is (18,165,82). Sum of RGB (Red+Green+Blue) = 18+165+82=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 165 (64.84% from 255 or 62.26% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 165 - color contains mainly: green. Hex color #12A552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A552 is #ED5AAD. Grayscale: #6F6F6F. Windows color (decimal): -15555246 or 5416210. OLE color: 5416210.

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

Color convert

RGB1816582-
CMYK0.8900.500.35
HSL146.12º80.33%35.88%-
HSV(B)146.12º89.09%64.71%-
XYZ15.2327.6512.52-
YUV111.58111.361.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.79%
GREEN value IS 165 (64.84% from 255) = 62.26%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=6.79%
G=62.26%
B=30.94%

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
Decimal18165820.8900.500.35146.1280.3335.88
Hex12A5525903223925024
Octal222451221310624322212044
Binary1001010100101101001010110010110010100011100100101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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