#12AB52

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

Shades of Pigment Green #12AB52

Tints of Pigment Green #12AB52

Color information

#12AB52 (or 0x12AB52) is unknown color: approx Pigment Green. HEX triplet: 12, AB and 52. RGB value is (18,171,82). Sum of RGB (Red+Green+Blue) = 18+171+82=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 171 (67.19% from 255 or 63.10% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB52 is #ED54AD. Grayscale: #737373. Windows color (decimal): -15553710 or 5417746. OLE color: 5417746.

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

Color convert

RGB1817182-
CMYK0.8900.520.33
HSL145.1º80.95%37.06%-
HSV(B)145.1º89.47%67.06%-
XYZ16.3429.8612.89-
YUV115.11109.3158.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 171 (67.19% from 255) = 63.10%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=6.64%
G=63.10%
B=30.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18171820.8900.520.33145.180.9537.06
Hex12AB525903421915125
Octal222531221310644122112145
Binary1001010101011101001010110010110100100001100100011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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