#12AD4E

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

Shades of Pigment Green #12AD4E

Tints of Pigment Green #12AD4E

Color information

#12AD4E (or 0x12AD4E) is unknown color: approx Pigment Green. HEX triplet: 12, AD and 4E. RGB value is (18,173,78). Sum of RGB (Red+Green+Blue) = 18+173+78=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 173 (67.97% from 255 or 64.31% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AD4E is #ED52B1. Grayscale: #747474. Windows color (decimal): -15553202 or 5156114. OLE color: 5156114.

HSL color Cylindrical-coordinate representation of color #12AD4E: hue angle of 143.23º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AD4E is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB1817378-
CMYK0.9000.550.32
HSL143.23º81.15%37.45%-
HSV(B)143.23º89.6%67.84%-
XYZ16.5730.5712.23-
YUV115.82106.6558.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.69%
GREEN value IS 173 (67.97% from 255) = 64.31%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=6.69%
G=64.31%
B=29.00%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal18173780.9000.550.32143.2381.1537.45
Hex12AD4E5A037208f5125
Octal222551161320674021712145
Binary1001010101101100111010110100110111100000100011111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,173,78); }

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

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

 a { background-color: rgb(18,173,78); }

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

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

 span { border-color: rgb(18,173,78); }

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