#12AB4B

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

Shades of Pigment Green #12AB4B

Tints of Pigment Green #12AB4B

Color information

#12AB4B (or 0x12AB4B) is unknown color: approx Pigment Green. HEX triplet: 12, AB and 4B. RGB value is (18,171,75). Sum of RGB (Red+Green+Blue) = 18+171+75=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 171 (67.19% from 255 or 64.77% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB4B is #ED54B4. Grayscale: #727272. Windows color (decimal): -15553717 or 4958994. OLE color: 4958994.

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

Color convert

RGB1817175-
CMYK0.8900.560.33
HSL142.35º80.95%37.06%-
HSV(B)142.35º89.47%67.06%-
XYZ16.0829.7611.55-
YUV114.31105.8159.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 171 (67.19% from 255) = 64.77%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=6.82%
G=64.77%
B=28.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18171750.8900.560.33142.3580.9537.06
Hex12AB4B59038218e5125
Octal222531131310704121612145
Binary1001010101011100101110110010111000100001100011101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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