#12A04A

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

Shades of Pigment Green #12A04A

Tints of Pigment Green #12A04A

Color information

#12A04A (or 0x12A04A) is unknown color: approx Pigment Green. HEX triplet: 12, A0 and 4A. RGB value is (18,160,74). Sum of RGB (Red+Green+Blue) = 18+160+74=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 160 (62.89% from 255 or 63.49% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 160 - color contains mainly: green. Hex color #12A04A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A04A is #ED5FB5. Grayscale: #6B6B6B. Windows color (decimal): -15556534 or 4890642. OLE color: 4890642.

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

Color convert

RGB1816074-
CMYK0.8900.540.37
HSL143.66º79.78%34.9%-
HSV(B)143.66º88.75%62.75%-
XYZ14.0625.7610.71-
YUV107.74108.9663.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 160 (62.89% from 255) = 63.49%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=7.14%
G=63.49%
B=29.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18160740.8900.540.37143.6679.7834.9
Hex12A04A5903625905023
Octal222401121310664522012043
Binary1001010100000100101010110010110110100101100100001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,160,74); }

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

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

 a { background-color: rgb(18,160,74); }

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

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

 span { border-color: rgb(18,160,74); }

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