#12A852

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

Shades of Pigment Green #12A852

Tints of Pigment Green #12A852

Color information

#12A852 (or 0x12A852) is unknown color: approx Pigment Green. HEX triplet: 12, A8 and 52. RGB value is (18,168,82). Sum of RGB (Red+Green+Blue) = 18+168+82=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 168 (66.02% from 255 or 62.69% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 168 - color contains mainly: green. Hex color #12A852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A852 is #ED57AD. Grayscale: #717171. Windows color (decimal): -15554478 or 5416978. OLE color: 5416978.

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

Color convert

RGB1816882-
CMYK0.8900.510.34
HSL145.6º80.65%36.47%-
HSV(B)145.6º89.29%65.88%-
XYZ15.7828.7412.7-
YUV113.35110.359.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.72%
GREEN value IS 168 (66.02% from 255) = 62.69%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=6.72%
G=62.69%
B=30.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18168820.8900.510.34145.680.6536.47
Hex12A8525903322925124
Octal222501221310634222212144
Binary1001010101000101001010110010110011100010100100101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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