#12B75F

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

Shades of Pigment Green #12B75F

Tints of Pigment Green #12B75F

Color information

#12B75F (or 0x12B75F) is unknown color: approx Pigment Green. HEX triplet: 12, B7 and 5F. RGB value is (18,183,95). Sum of RGB (Red+Green+Blue) = 18+183+95=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 183 (71.88% from 255 or 61.82% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 183 - color contains mainly: green. Hex color #12B75F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B75F is #ED48A0. Grayscale: #7B7B7B. Windows color (decimal): -15550625 or 6272786. OLE color: 6272786.

HSL color Cylindrical-coordinate representation of color #12B75F: hue angle of 148º 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 #12B75F is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB1818395-
CMYK0.9000.480.28
HSL148º82.09%39.41%-
HSV(B)148º90.16%71.76%-
XYZ19.2534.8216.53-
YUV123.63111.8452.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.08%
GREEN value IS 183 (71.88% from 255) = 61.82%
BLUE value IS 95 (37.5% from 255) = 32.09%
R=6.08%
G=61.82%
B=32.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18183950.9000.480.2814882.0939.41
Hex12B75F5A0301C945227
Octal222671371320603422412247
Binary100101011011110111111011010011000011100100101001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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