#12A84F

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

Shades of Pigment Green #12A84F

Tints of Pigment Green #12A84F

Color information

#12A84F (or 0x12A84F) is unknown color: approx Pigment Green. HEX triplet: 12, A8 and 4F. RGB value is (18,168,79). Sum of RGB (Red+Green+Blue) = 18+168+79=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 168 (66.02% from 255 or 63.40% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 168 - color contains mainly: green. Hex color #12A84F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A84F is #ED57B0. Grayscale: #717171. Windows color (decimal): -15554481 or 5220370. OLE color: 5220370.

HSL color Cylindrical-coordinate representation of color #12A84F: hue angle of 144.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A84F is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB1816879-
CMYK0.8900.530.34
HSL144.4º80.65%36.47%-
HSV(B)144.4º89.29%65.88%-
XYZ15.6628.712.11-
YUV113108.860.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.79%
GREEN value IS 168 (66.02% from 255) = 63.40%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=6.79%
G=63.40%
B=29.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18168790.8900.530.34144.480.6536.47
Hex12A84F5903522905124
Octal222501171310654222012144
Binary1001010101000100111110110010110101100010100100001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,168,79); }

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

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

 a { background-color: rgb(18,168,79); }

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

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

 span { border-color: rgb(18,168,79); }

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