#12B75E

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

Shades of Pigment Green #12B75E

Tints of Pigment Green #12B75E

Color information

#12B75E (or 0x12B75E) is unknown color: approx Pigment Green. HEX triplet: 12, B7 and 5E. RGB value is (18,183,94). Sum of RGB (Red+Green+Blue) = 18+183+94=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 183 (71.88% from 255 or 62.03% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 183 - color contains mainly: green. Hex color #12B75E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B75E is #ED48A1. Grayscale: #7B7B7B. Windows color (decimal): -15550626 or 6207250. OLE color: 6207250.

HSL color Cylindrical-coordinate representation of color #12B75E: hue angle of 147.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B75E is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB1818394-
CMYK0.9000.490.28
HSL147.64º82.09%39.41%-
HSV(B)147.64º90.16%71.76%-
XYZ19.234.816.3-
YUV123.52111.3452.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 183 (71.88% from 255) = 62.03%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=6.10%
G=62.03%
B=31.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18183940.9000.490.28147.6482.0939.41
Hex12B75E5A0311C945227
Octal222671361320613422412247
Binary100101011011110111101011010011000111100100101001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,183,94); }

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

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

 a { background-color: rgb(18,183,94); }

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

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

 span { border-color: rgb(18,183,94); }

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