#12A85A

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

Shades of Pigment Green #12A85A

Tints of Pigment Green #12A85A

Color information

#12A85A (or 0x12A85A) is unknown color: approx Pigment Green. HEX triplet: 12, A8 and 5A. RGB value is (18,168,90). Sum of RGB (Red+Green+Blue) = 18+168+90=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 168 (66.02% from 255 or 60.87% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 168 - color contains mainly: green. Hex color #12A85A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A85A is #ED57A5. Grayscale: #727272. Windows color (decimal): -15554470 or 5941266. OLE color: 5941266.

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

Color convert

RGB1816890-
CMYK0.8900.460.34
HSL148.8º80.65%36.47%-
HSV(B)148.8º89.29%65.88%-
XYZ16.128.8714.4-
YUV114.26114.359.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.52%
GREEN value IS 168 (66.02% from 255) = 60.87%
BLUE value IS 90 (35.55% from 255) = 32.61%
R=6.52%
G=60.87%
B=32.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18168900.8900.460.34148.880.6536.47
Hex12A85A5902E22955124
Octal222501321310564222512144
Binary1001010101000101101010110010101110100010100101011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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