#12B04D

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

Shades of Pigment Green #12B04D

Tints of Pigment Green #12B04D

Color information

#12B04D (or 0x12B04D) is unknown color: approx Pigment Green. HEX triplet: 12, B0 and 4D. RGB value is (18,176,77). Sum of RGB (Red+Green+Blue) = 18+176+77=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 176 (69.14% from 255 or 64.94% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 176 - color contains mainly: green. Hex color #12B04D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B04D is #ED4FB2. Grayscale: #757575. Windows color (decimal): -15552435 or 5091346. OLE color: 5091346.

HSL color Cylindrical-coordinate representation of color #12B04D: hue angle of 142.41º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B04D is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1817677-
CMYK0.9000.560.31
HSL142.41º81.44%38.04%-
HSV(B)142.41º89.77%69.02%-
XYZ17.1131.7212.24-
YUV117.47105.1557.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 176 (69.14% from 255) = 64.94%
BLUE value IS 77 (30.47% from 255) = 28.41%
R=6.64%
G=64.94%
B=28.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18176770.9000.560.31142.4181.4438.04
Hex12B04D5A0381F8e5126
Octal222601151320703721612146
Binary100101011000010011011011010011100011111100011101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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