#12BA4E

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

Shades of Dark Pastel Green #12BA4E

Tints of Dark Pastel Green #12BA4E

Color information

#12BA4E (or 0x12BA4E) is unknown color: approx Dark Pastel Green. HEX triplet: 12, BA and 4E. RGB value is (18,186,78). Sum of RGB (Red+Green+Blue) = 18+186+78=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA4E is #ED45B1. Grayscale: #7B7B7B. Windows color (decimal): -15549874 or 5159442. OLE color: 5159442.

HSL color Cylindrical-coordinate representation of color #12BA4E: hue angle of 141.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BA4E is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1818678-
CMYK0.9000.580.27
HSL141.43º82.35%40%-
HSV(B)141.43º90.32%72.94%-
XYZ19.1835.813.11-
YUV123.46102.3452.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 186 (73.05% from 255) = 65.96%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=6.38%
G=65.96%
B=27.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18186780.9000.580.27141.4382.3540
Hex12BA4E5A03A1B8d5228
Octal222721161320723321512250
Binary100101011101010011101011010011101011011100011011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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