#12a34e

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

Shades of Pigment Green #12A34E

Tints of Pigment Green #12A34E

Color information

#12A34E (or 0x12A34E) is unknown color: approx Pigment Green. HEX triplet: 12, A3 and 4E. RGB value is (18,163,78). Sum of RGB (Red+Green+Blue) = 18+163+78=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 163 (64.06% from 255 or 62.93% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 163 - color contains mainly: green. Hex color #12A34E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A34E is #ED5CB1. Grayscale: #6E6E6E. Windows color (decimal): -15555762 or 5153554. OLE color: 5153554.

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

Color convert

RGB1816378-
CMYK0.8900.520.36
HSL144.83º80.11%35.49%-
HSV(B)144.83º88.96%63.92%-
XYZ14.7226.8711.62-
YUV109.96109.9662.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 163 (64.06% from 255) = 62.93%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=6.95%
G=62.93%
B=30.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18163780.8900.520.36144.8380.1135.49
Hex12A34E5903424915023
Octal222431161310644422112043
Binary1001010100011100111010110010110100100100100100011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12a34e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,163,78); }

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

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

 a { background-color: rgb(18,163,78); }

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

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

 span { border-color: rgb(18,163,78); }

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