#12AB5A

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

Shades of Pigment Green #12AB5A

Tints of Pigment Green #12AB5A

Color information

#12AB5A (or 0x12AB5A) is unknown color: approx Pigment Green. HEX triplet: 12, AB and 5A. RGB value is (18,171,90). Sum of RGB (Red+Green+Blue) = 18+171+90=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 171 (67.19% from 255 or 61.29% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB5A is #ED54A5. Grayscale: #747474. Windows color (decimal): -15553702 or 5942034. OLE color: 5942034.

HSL color Cylindrical-coordinate representation of color #12AB5A: hue angle of 148.24º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB5A is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB1817190-
CMYK0.8900.470.33
HSL148.24º80.95%37.06%-
HSV(B)148.24º89.47%67.06%-
XYZ16.6629.9914.58-
YUV116.02113.3158.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.45%
GREEN value IS 171 (67.19% from 255) = 61.29%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=6.45%
G=61.29%
B=32.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18171900.8900.470.33148.2480.9537.06
Hex12AB5A5902F21945125
Octal222531321310574122412145
Binary1001010101011101101010110010101111100001100101001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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