#12A254

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

Shades of Pigment Green #12A254

Tints of Pigment Green #12A254

Color information

#12A254 (or 0x12A254) is unknown color: approx Pigment Green. HEX triplet: 12, A2 and 54. RGB value is (18,162,84). Sum of RGB (Red+Green+Blue) = 18+162+84=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 162 (63.67% from 255 or 61.36% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 162 - color contains mainly: green. Hex color #12A254 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A254 is #ED5DAB. Grayscale: #6E6E6E. Windows color (decimal): -15556012 or 5546514. OLE color: 5546514.

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

Color convert

RGB1816284-
CMYK0.8900.480.36
HSL147.5º80%35.29%-
HSV(B)147.5º88.89%63.53%-
XYZ14.7726.6112.75-
YUV110.05113.2962.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 162 (63.67% from 255) = 61.36%
BLUE value IS 84 (33.20% from 255) = 31.82%
R=6.82%
G=61.36%
B=31.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18162840.8900.480.36147.58035.29
Hex12A2545903024945023
Octal222421241310604422412043
Binary1001010100010101010010110010110000100100100101001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,162,84); }

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

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

 a { background-color: rgb(18,162,84); }

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

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

 span { border-color: rgb(18,162,84); }

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