#12BD5C

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

Shades of Pigment Green #12BD5C

Tints of Pigment Green #12BD5C

Color information

#12BD5C (or 0x12BD5C) is unknown color: approx Pigment Green. HEX triplet: 12, BD and 5C. RGB value is (18,189,92). Sum of RGB (Red+Green+Blue) = 18+189+92=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 189 (74.22% from 255 or 63.21% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BD5C is #ED42A3. Grayscale: #7F7F7F. Windows color (decimal): -15549092 or 6077714. OLE color: 6077714.

HSL color Cylindrical-coordinate representation of color #12BD5C: hue angle of 145.96º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD5C is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB1818992-
CMYK0.9000.510.26
HSL145.96º82.61%40.59%-
HSV(B)145.96º90.48%74.12%-
XYZ20.3837.316.25-
YUV126.81108.3550.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.02%
GREEN value IS 189 (74.22% from 255) = 63.21%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=6.02%
G=63.21%
B=30.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18189920.9000.510.26145.9682.6140.59
Hex12BD5C5A0331A925329
Octal222751341320633222212351
Binary100101011110110111001011010011001111010100100101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,189,92); }

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

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

 a { background-color: rgb(18,189,92); }

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

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

 span { border-color: rgb(18,189,92); }

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