#12B44D

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

Shades of Pigment Green #12B44D

Tints of Pigment Green #12B44D

Color information

#12B44D (or 0x12B44D) is unknown color: approx Pigment Green. HEX triplet: 12, B4 and 4D. RGB value is (18,180,77). Sum of RGB (Red+Green+Blue) = 18+180+77=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 180 (70.70% from 255 or 65.45% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 180 - color contains mainly: green. Hex color #12B44D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B44D is #ED4BB2. Grayscale: #787878. Windows color (decimal): -15551411 or 5092370. OLE color: 5092370.

HSL color Cylindrical-coordinate representation of color #12B44D: hue angle of 141.85º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B44D is Cyan = 0.9, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1818077-
CMYK0.900.570.29
HSL141.85º81.82%38.82%-
HSV(B)141.85º90%70.59%-
XYZ17.9133.3112.51-
YUV119.82103.8355.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.55%
GREEN value IS 180 (70.70% from 255) = 65.45%
BLUE value IS 77 (30.47% from 255) = 28%
R=6.55%
G=65.45%
B=28%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18180770.900.570.29141.8581.8238.82
Hex12B44D5A0391D8e5227
Octal222641151320713521612247
Binary100101011010010011011011010011100111101100011101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,180,77); }

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

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

 a { background-color: rgb(18,180,77); }

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

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

 span { border-color: rgb(18,180,77); }

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