#12A853

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

Shades of Pigment Green #12A853

Tints of Pigment Green #12A853

Color information

#12A853 (or 0x12A853) is unknown color: approx Pigment Green. HEX triplet: 12, A8 and 53. RGB value is (18,168,83). Sum of RGB (Red+Green+Blue) = 18+168+83=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 168 (66.02% from 255 or 62.45% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 168 - color contains mainly: green. Hex color #12A853 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A853 is #ED57AC. Grayscale: #717171. Windows color (decimal): -15554477 or 5482514. OLE color: 5482514.

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

Color convert

RGB1816883-
CMYK0.8900.510.34
HSL146º80.65%36.47%-
HSV(B)146º89.29%65.88%-
XYZ15.8128.7612.9-
YUV113.46110.859.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.69%
GREEN value IS 168 (66.02% from 255) = 62.45%
BLUE value IS 83 (32.81% from 255) = 30.86%
R=6.69%
G=62.45%
B=30.86%

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
Decimal18168830.8900.510.3414680.6536.47
Hex12A8535903322925124
Octal222501231310634222212144
Binary1001010101000101001110110010110011100010100100101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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