#12A754

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

Shades of Pigment Green #12A754

Tints of Pigment Green #12A754

Color information

#12A754 (or 0x12A754) is unknown color: approx Pigment Green. HEX triplet: 12, A7 and 54. RGB value is (18,167,84). Sum of RGB (Red+Green+Blue) = 18+167+84=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 167 (65.62% from 255 or 62.08% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 167 - color contains mainly: green. Hex color #12A754 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A754 is #ED58AB. Grayscale: #717171. Windows color (decimal): -15554732 or 5547794. OLE color: 5547794.

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

Color convert

RGB1816784-
CMYK0.8900.500.35
HSL146.58º80.54%36.27%-
HSV(B)146.58º89.22%65.49%-
XYZ15.6728.4113.04-
YUV112.99111.6460.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.69%
GREEN value IS 167 (65.62% from 255) = 62.08%
BLUE value IS 84 (33.20% from 255) = 31.23%
R=6.69%
G=62.08%
B=31.23%

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
Decimal18167840.8900.500.35146.5880.5436.27
Hex12A7545903223935124
Octal222471241310624322312144
Binary1001010100111101010010110010110010100011100100111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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