#12BD4E

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

Shades of Dark Pastel Green #12BD4E

Tints of Dark Pastel Green #12BD4E

Color information

#12BD4E (or 0x12BD4E) is unknown color: approx Dark Pastel Green. HEX triplet: 12, BD and 4E. RGB value is (18,189,78). Sum of RGB (Red+Green+Blue) = 18+189+78=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 189 (74.22% from 255 or 66.32% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BD4E is #ED42B1. Grayscale: #7D7D7D. Windows color (decimal): -15549106 or 5160210. OLE color: 5160210.

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

Color convert

RGB1818978-
CMYK0.9000.590.26
HSL141.05º82.61%40.59%-
HSV(B)141.05º90.48%74.12%-
XYZ19.8237.0713.32-
YUV125.22101.3551.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.32%
GREEN value IS 189 (74.22% from 255) = 66.32%
BLUE value IS 78 (30.86% from 255) = 27.37%
R=6.32%
G=66.32%
B=27.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18189780.9000.590.26141.0582.6140.59
Hex12BD4E5A03B1A8d5329
Octal222751161320733221512351
Binary100101011110110011101011010011101111010100011011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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